We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69649f6 commit 13f30f4Copy full SHA for 13f30f4
python/libcuopt/CMakeLists.txt
@@ -51,15 +51,15 @@ find_package(Boost 1.65 QUIET COMPONENTS system filesystem thread)
51
52
if(NOT Boost_FOUND)
53
message(STATUS "Boost not found in system, trying alternative locations...")
54
-
+
55
# Try common Boost installation paths
56
set(Boost_USE_STATIC_LIBS OFF)
57
set(Boost_USE_MULTITHREADED ON)
58
set(Boost_USE_STATIC_RUNTIME OFF)
59
60
# Try to find Boost again with more options
61
find_package(Boost 1.65 COMPONENTS system filesystem thread)
62
63
64
message(FATAL_ERROR "Boost not found. Please install Boost 1.65 or later with components: system, filesystem, thread")
65
endif()
0 commit comments