Skip to content
Snippets Groups Projects
Commit 46a96d4f authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix

parent 17362929
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ project(HIDRA2)
set(CMAKE_CXX_STANDARD 11)
IF(WIN32)
set(CMAKE_CXX_FLAGS_DEBUG "/MTd")
add_definitions(-DCURL_STATICLIB)
ELSEIF(CMAKE_C_COMPILER_ID STREQUAL "GNU")
SET( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libgcc -static-libstdc++")
ENDIF(WIN32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment