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 3050179 commit e5775adCopy full SHA for e5775ad
tests/CMakeLists.txt
@@ -17,6 +17,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
17
endif()
18
19
# Boost::unit_test_framework
20
+set(Boost_USE_STATIC_LIBS ON)
21
find_package(Boost 1.54.0 REQUIRED COMPONENTS unit_test_framework)
22
target_link_libraries(tsl_robin_map_tests PRIVATE Boost::unit_test_framework)
23
0 commit comments