mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
Update URL for boost archive
Merged in patch_dl_boost (pull request #7) Bug: boost archive url not available anymore Approved-by: Guilhem Lavaux
This commit is contained in:
commit
4ee334beca
1 changed files with 1 additions and 1 deletions
2
external/external_build.cmake
vendored
2
external/external_build.cmake
vendored
|
@ -40,7 +40,7 @@ IF(INTERNAL_NETCDF)
|
||||||
ENDIF(INTERNAL_NETCDF)
|
ENDIF(INTERNAL_NETCDF)
|
||||||
|
|
||||||
IF(INTERNAL_BOOST)
|
IF(INTERNAL_BOOST)
|
||||||
SET(BOOST_URL "https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz" CACHE STRING "URL to download Boost from")
|
SET(BOOST_URL "https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.gz" CACHE STRING "URL to download Boost from")
|
||||||
mark_as_advanced(BOOST_URL)
|
mark_as_advanced(BOOST_URL)
|
||||||
ELSE(INTERNAL_BOOST)
|
ELSE(INTERNAL_BOOST)
|
||||||
find_package(Boost 1.74.0 COMPONENTS format spirit phoenix python FATAL_ERROR)
|
find_package(Boost 1.74.0 COMPONENTS format spirit phoenix python FATAL_ERROR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue