Skip to content

Commit

Permalink
Moved Boost.Predef to public dependencies in CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Aug 18, 2024
1 parent fbdb5f4 commit c030fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c030fbf

Please sign in to comment.