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

FIX: Defined NOMINMAX for Windows build

parent 7db648af
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ message("Using CMake ${CMAKE_VERSION}")
#TODO rewrite to use add_compile_definitions
if(WIN32)
add_compile_options("-DBOOST_ALL_NO_LIB")
add_compile_options("/D BOOST_ALL_NO_LIB /D NOMINMAX")
else()
add_compile_options("-DBOOST_TEST_DYN_LINK")
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