Skip to content
Snippets Groups Projects
Commit 37125f58 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: link error with Boost on Windows

parent 9ec53d34
No related branches found
No related tags found
No related merge requests found
......@@ -31,3 +31,8 @@ if (BUILD_TESTING)
message(STATUS "Found Boost components: unit_test_framework")
endif()
endif() #BUILD_TESTING
if(WIN32)
# disable autolinking in boost
add_definitions( -DBOOST_ALL_NO_LIB )
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