This commit is contained in:
Siarhei Fedartsou
2024-10-29 18:06:43 +01:00
parent 7c1f0bf62f
commit 12163b0be9
4 changed files with 127 additions and 174 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ add_executable(util-tests
${UtilTestsSources}
$<TARGET_OBJECTS:UTIL> $<TARGET_OBJECTS:MICROTAR>)
if(NOT WIN32 AND NOT Boost_USE_STATIC_LIBS AND NOT ENABLE_CONAN)
if(NOT WIN32 AND NOT Boost_USE_STATIC_LIBS)
add_definitions(-DBOOST_TEST_DYN_LINK)
endif()