Skip to content
Snippets Groups Projects
Commit ed31a764 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMake Win: try w/o libcmtd

parent c68181ae
No related branches found
No related tags found
No related merge requests found
...@@ -12,4 +12,4 @@ add_definitions(-DEIGEN_DONT_ALIGN_STATICALLY=1) ...@@ -12,4 +12,4 @@ add_definitions(-DEIGEN_DONT_ALIGN_STATICALLY=1)
message(STATUS "Disabling static align for Eigen") message(STATUS "Disabling static align for Eigen")
string(APPEND CMAKE_CXX_FLAGS " /MP /D_USE_MATH_DEFINES /wd4005 /wd4244 -I${CMAKE_SOURCE_DIR}/Wrap -FIw32pragma.h") string(APPEND CMAKE_CXX_FLAGS " /MP /D_USE_MATH_DEFINES /wd4005 /wd4244 -I${CMAKE_SOURCE_DIR}/Wrap -FIw32pragma.h")
string(APPEND CMAKE_SHARED_LINKER_FLAGS " /NODEFAULTLIB:libcmtd.lib") # string(APPEND CMAKE_SHARED_LINKER_FLAGS " /NODEFAULTLIB:libcmtd.lib")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment