We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbed6bd commit 6ec17cfCopy full SHA for 6ec17cf
unit_tests/CMakeLists.txt
@@ -126,6 +126,10 @@ add_executable(util-tests
126
${UtilTestsSources}
127
$<TARGET_OBJECTS:UTIL> $<TARGET_OBJECTS:MICROTAR>)
128
129
+if(NOT WIN32 AND NOT Boost_USE_STATIC_LIBS AND NOT ENABLE_CONAN)
130
+ add_definitions(-DBOOST_TEST_DYN_LINK)
131
+endif()
132
+
133
set(UPDATER_TEST_DATA_DIR "${CMAKE_SOURCE_DIR}/unit_tests/updater")
134
set(TEST_DATA_DIR "${CMAKE_SOURCE_DIR}/test/data")
135
add_dependencies(library-tests osrm-extract osrm-contract osrm-partition)
0 commit comments