mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Updated boost to version 1.76.0
This commit is contained in:
parent
31bd324e66
commit
336b9bc333
2 changed files with 35 additions and 35 deletions
4
external/external_build.cmake
vendored
4
external/external_build.cmake
vendored
|
@ -40,7 +40,7 @@ IF(INTERNAL_NETCDF)
|
|||
ENDIF(INTERNAL_NETCDF)
|
||||
|
||||
IF(INTERNAL_BOOST)
|
||||
SET(BOOST_URL "https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.gz" CACHE STRING "URL to download Boost from")
|
||||
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")
|
||||
mark_as_advanced(BOOST_URL)
|
||||
ELSE(INTERNAL_BOOST)
|
||||
find_package(Boost 1.74.0 COMPONENTS format spirit phoenix python FATAL_ERROR)
|
||||
|
@ -234,7 +234,7 @@ if (INTERNAL_BOOST)
|
|||
|
||||
ExternalProject_Add(boost
|
||||
URL ${BOOST_URL}
|
||||
URL_HASH SHA1=107cebeec706988639cf2932fc0ce43200de4c0a
|
||||
URL_HASH SHA1=a5ab6eaf31d1ca181a17ecffef9d58d40d87c71d
|
||||
PREFIX ${BUILD_PREFIX}/boost-prefix
|
||||
CONFIGURE_COMMAND ${CMAKE_COMMAND} -DTOOLSET=${b2_toolset} "-DCOMPILER:STRING=${CMAKE_CXX_COMPILER}" "-DCOMPILER_EXTRA_FLAGS=${COMPILER_EXTRA_FLAGS}" "-DINSTALL_PATH:STRING=${EXT_INSTALL}" "-DLINKER_EXTRA_FLAGS=${LINKER_EXTRA_FLAGS}" "-DSRC_DIR:STRING=${BOOST_SOURCE_DIR}" -P ${CMAKE_SOURCE_DIR}/external/configure_boost.cmake
|
||||
BUILD_IN_SOURCE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue