We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436a8c1 commit 62192c5Copy full SHA for 62192c5
CMakeLists.txt
@@ -52,7 +52,9 @@ if(NOT DEFINED CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "")
52
message(STATUS "Setting build type to '${CMAKE_BUILD_TYPE}' as none was specified.")
53
endif()
54
55
-find_package(Boost COMPONENTS headers serialization)
+find_package(boost_headers REQUIRED)
56
+find_package(boost_serialization REQUIRED)
57
+
58
if(WIN32)
59
# Prevent looking in the registry so that the MinGW python can be found.
60
set(Python3_FIND_REGISTRY NEVER)
0 commit comments