Skip to content

Commit

Permalink
CMake Update Boost URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguin999 authored and jhasse committed Nov 12, 2024
1 parent 0e1973d commit 64b180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if(Boost_FOUND)
target_link_libraries(jngl PUBLIC Boost::headers)
else()
FetchContent_Declare(boost
URL https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.7z
URL https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.7z
URL_HASH SHA256=1b3949ffddf56129141032542523920034f2e69775fb9332a52ba37c548dbf35)
FetchContent_MakeAvailable(boost)
FetchContent_GetProperties(boost SOURCE_DIR BOOST_SRC_DIR)
Expand Down

0 comments on commit 64b180d

Please sign in to comment.