Skip to content

Commit

Permalink
Moved Boost.Core to private dependencies in CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Feb 20, 2024
1 parent 4fa79df commit 6f174ba
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 @@ -229,7 +229,6 @@ target_link_libraries(boost_filesystem
Boost::assert
Boost::config
Boost::container_hash
Boost::core
Boost::detail
Boost::io
Boost::iterator
Expand All @@ -238,6 +237,7 @@ target_link_libraries(boost_filesystem
Boost::type_traits

PRIVATE
Boost::core
Boost::predef
Boost::scope
)
Expand Down

0 comments on commit 6f174ba

Please sign in to comment.