Skip to content

Commit 183f798

Browse files
committed
Removing component checks as they are not portable
1 parent 3ab8b7f commit 183f798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ include(GNUInstallDirs)
6060
include(CheckCXXCompilerFlag)
6161

6262
cmake_policy(SET CMP0167 NEW)
63-
find_package(Boost REQUIRED align container)
63+
find_package(Boost REQUIRED)
6464

6565
if(NOT Boost_FOUND)
6666
message(FATAL_ERROR "Boost not found. Make sure it is available on your system.")

0 commit comments

Comments
 (0)