Skip to content

Commit

Permalink
Update Boost to v1.78
Browse files Browse the repository at this point in the history
(cherry picked from commit 776a125b9b5fb4af1d9c57b78063012ad6421f4b)
  • Loading branch information
tamasmeszaros authored and lanewei120 committed Dec 17, 2022
1 parent a89d896 commit a5f9ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/Boost/Boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if (_cfg_rel GREATER -1 OR _cfg_relwdeb GREATER -1 OR _cfg_minsizerel GREATER -1
list(APPEND _boost_variants release)
endif()

if (_cfg_deb GREATER -1 OR (MSVC AND ${DEP_DEBUG}) )
if ( (NOT MSVC AND _cfg_deb GREATER -1) OR (MSVC AND ${DEP_DEBUG}) )
list(APPEND _boost_variants debug)
endif()

Expand All @@ -122,8 +122,8 @@ set(_install_cmd ${_build_cmd} --prefix=${_prefix} install)

ExternalProject_Add(
dep_Boost
URL "https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz"
URL_HASH SHA256=aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a
URL "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.zip"
URL_HASH SHA256=f22143b5528e081123c3c5ed437e92f648fe69748e95fa6e2bd41484e2986cc3
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/Boost
CONFIGURE_COMMAND "${_bootstrap_cmd}"
PATCH_COMMAND ${_patch_command}
Expand Down

0 comments on commit a5f9ab6

Please sign in to comment.