We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b2167 commit 9ffbf19Copy full SHA for 9ffbf19
CMakeLists.txt
@@ -52,7 +52,7 @@ set(Boost_USE_STATIC_LIBS OFF)
52
set(Boost_USE_MULTITHREADED ON)
53
set(Boost_USE_STATIC_RUNTIME OFF)
54
set(Boost_PYTHON_VERSION ${Python_VERSION})
55
-find_package(Boost CONFIG COMPONENTS python REQUIRED)
+find_package(Boost COMPONENTS python REQUIRED)
56
57
# Interface library for flags and library dependencies
58
add_library(spt3g INTERFACE)
0 commit comments