From cfdce125792b7c8ed13d4cc4af46dabfca4b2f29 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Mon, 2 Sep 2024 21:50:42 +0200 Subject: [PATCH] Small tweak. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 838730306..6cfdd07bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -517,7 +517,7 @@ if(NOT ${Boost_FOUND}) message(FATAL_ERROR "Could not locate Boost in either CONFIG or MODULE mode.") endif() message(STATUS "Found Boost version ${Boost_VERSION}.") -target_link_libraries(heyoka PUBLIC Boost::boost Boost::serialization Boost::disable_autolinking) +target_link_libraries(heyoka PUBLIC Boost::boost Boost::serialization) # NOTE: quench warnings from Boost when building the library. target_compile_definitions(heyoka PRIVATE BOOST_ALLOW_DEPRECATED_HEADERS)