Skip to content
Snippets Groups Projects
Commit 6a131cca authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Trying to fix Exprtk compilation with MSCV

parent 89d54dc0
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ if( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel" )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -xHost" )
elseif( "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC" )
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W0 /bigobj")
add_compile_options("-D_ITERATOR_DEBUG_LEVEL=0")
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
endif()
......
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