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

w32pragma only used in Wrap/

parent 9a666775
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -9,5 +9,5 @@ endif()
add_definitions(-DEIGEN_DONT_ALIGN_STATICALLY=1)
message(STATUS "Disabling static align for Eigen")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP /D_USE_MATH_DEFINES /wd4005 -I${CMAKE_SOURCE_DIR}/Core/Tools -I${CMAKE_SOURCE_DIR}/Wrap -FIw32pragma.h")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP /D_USE_MATH_DEFINES /wd4005 -I${CMAKE_SOURCE_DIR}/Wrap -FIw32pragma.h")
set(CMAKE_SHARED_LINKER_FLAGS "${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