Skip to content

Commit 9dbbc70

Browse files
committed
TRI-289 setup project initialization.
1 parent c66d2ed commit 9dbbc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ FetchContent_MakeAvailable(dlpack)
122122
#
123123
# Boost
124124
#
125-
set(TRITON_BOOST_URL "https://archives.boost.io/release/1.80.0/source/boost_1_80_0.tar.gz")
125+
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")
126126

127127
ExternalProject_Add(
128128
boostorg

0 commit comments

Comments
 (0)