mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 09:43:02 +08:00
[boost-modular-build-helper] Update to 1.71. (#8606)
This commit is contained in:
parent
df266bd067
commit
7b7908bd30
@ -1,2 +1,2 @@
|
||||
Source: boost-modular-build-helper
|
||||
Version: 1.70.0-2
|
||||
Version: 1.71.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
constant BOOST_VERSION : 1.70.0 ;
|
||||
constant BOOST_VERSION_ABI_TAG : 1_70 ;
|
||||
constant BOOST_VERSION : 1.71.0 ;
|
||||
constant BOOST_VERSION_ABI_TAG : 1_71 ;
|
||||
constant BOOST_JAMROOT_MODULE : $(__name__) ;
|
||||
|
||||
import boostcpp ;
|
||||
|
@ -357,7 +357,7 @@ function(boost_modular_build)
|
||||
string(REPLACE "-x64-" "-" NEW_FILENAME ${NEW_FILENAME}) # To enable CMake 3.10 and earlier to locate the binaries
|
||||
string(REPLACE "-a32-" "-" NEW_FILENAME ${NEW_FILENAME}) # To enable CMake 3.10 and earlier to locate the binaries
|
||||
string(REPLACE "-a64-" "-" NEW_FILENAME ${NEW_FILENAME}) # To enable CMake 3.10 and earlier to locate the binaries
|
||||
string(REPLACE "-1_70" "" NEW_FILENAME ${NEW_FILENAME}) # To enable CMake > 3.10 to locate the binaries
|
||||
string(REPLACE "-1_71" "" NEW_FILENAME ${NEW_FILENAME}) # To enable CMake > 3.10 to locate the binaries
|
||||
string(REPLACE "_python3-" "_python-" NEW_FILENAME ${NEW_FILENAME})
|
||||
if("${DIRECTORY_OF_LIB_FILE}/${NEW_FILENAME}" STREQUAL "${DIRECTORY_OF_LIB_FILE}/${OLD_FILENAME}")
|
||||
# nothing to do
|
||||
|
Loading…
Reference in New Issue
Block a user