Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Build configuration package dependencies requirements changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemothenoone authored May 15, 2023
1 parent 18257c5 commit 47540c7
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 @@ -36,7 +36,7 @@ macro(cm_find_package NAME)
endmacro()

if((NOT Boost_CONTAINER_FOUND OR NOT Boost_FOUND) AND NOT CMAKE_CROSSCOMPILING)
cm_find_package(Boost COMPONENTS container)
cm_find_package(Boost COMPONENTS REQUIRED container)
endif()

include(TargetArchitecture)
Expand Down

0 comments on commit 47540c7

Please sign in to comment.