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 c66d2ed commit 9dbbc70Copy full SHA for 9dbbc70
CMakeLists.txt
@@ -122,7 +122,7 @@ FetchContent_MakeAvailable(dlpack)
122
#
123
# Boost
124
125
-set(TRITON_BOOST_URL "https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz")
+set(TRITON_BOOST_URL "https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz" CACHE STRING "Boost source code URL")
126
127
ExternalProject_Add(
128
boostorg
0 commit comments