Skip to content

Commit

Permalink
look for all of Boost
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard committed Dec 28, 2023
1 parent ecb65c9 commit 3b52571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ cmaize_find_or_build_dependency(
)

cmaize_find_dependency(
boost_container
URL github.com/boostorg/container
FIND_TARGET Boost::container
Boost
URL github.com/boostorg/boost
FIND_TARGET Boost::boost
)

## Optional Dependencies ##
Expand All @@ -74,7 +74,7 @@ cmaize_find_optional_dependency(
FIND_TARGET RocksDB::rocksdb-shared
)

set(pluginplay_depends utilities parallelzone libfort boost_container RocksDB)
set(pluginplay_depends utilities parallelzone libfort Boost RocksDB)

# As of 1.0.0 CMaize does not support multiple build or find targets. This will
# be fixed in a future feature release. For now we handle the
Expand Down

0 comments on commit 3b52571

Please sign in to comment.