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 b669439 commit 894eb08Copy full SHA for 894eb08
src/CMakeLists.txt
@@ -62,6 +62,7 @@ endif() # TRITON_ENABLE_GPU
62
#
63
# Minimum of 1.78 required for use of boost::span. This can eventually be
64
# relaxed and replaced with std::span in C++20.
65
+cmake_policy (SET CMP0167 OLD)
66
find_package(Boost 1.78 REQUIRED COMPONENTS)
67
message(STATUS "Using Boost ${Boost_VERSION}")
68
0 commit comments