We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab8b7f commit 183f798Copy full SHA for 183f798
1 file changed
CMakeLists.txt
@@ -60,7 +60,7 @@ include(GNUInstallDirs)
60
include(CheckCXXCompilerFlag)
61
62
cmake_policy(SET CMP0167 NEW)
63
-find_package(Boost REQUIRED align container)
+find_package(Boost REQUIRED)
64
65
if(NOT Boost_FOUND)
66
message(FATAL_ERROR "Boost not found. Make sure it is available on your system.")
0 commit comments