From c030fbfd29f003bd939a2b076969d647badd69e1 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 19 Aug 2024 01:52:36 +0300 Subject: [PATCH] Moved Boost.Predef to public dependencies in CMakeLists.txt. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf6dc65..ddad2e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,10 +97,10 @@ target_link_libraries(boost_atomic PUBLIC Boost::assert Boost::config + Boost::predef Boost::type_traits PRIVATE Boost::align - Boost::predef Boost::preprocessor Threads::Threads