[boost-modular-build-helper] Add quotes to path (#20896)

This commit is contained in:
Phoebe 2021-10-21 22:43:44 -07:00 committed by GitHub
parent 506a0d2517
commit fbc74b00b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 5 deletions

View File

@ -275,11 +275,11 @@ add_custom_target(boost ALL
set(SUBDIR ${CMAKE_CURRENT_BINARY_DIR}/stage/lib)
install(
CODE "
file(GLOB LIBS ${SUBDIR}/*.so.* ${SUBDIR}/*.so ${SUBDIR}/*.a ${SUBDIR}/*.dylib ${SUBDIR}/*.dylib.* ${SUBDIR}/*.lib)
file(GLOB LIBS \"${SUBDIR}/*.so.*\" \"${SUBDIR}/*.so\" \"${SUBDIR}/*.a\" \"${SUBDIR}/*.dylib\" \"${SUBDIR}/*.dylib.*\" \"${SUBDIR}/*.lib\")
if(LIBS)
file(INSTALL \${LIBS} DESTINATION \"\${CMAKE_INSTALL_PREFIX}/lib\")
endif()
file(GLOB DLLS ${SUBDIR}/*.dll)
file(GLOB DLLS \"${SUBDIR}/*.dll\")
if(DLLS)
file(INSTALL \${DLLS} DESTINATION \"\${CMAKE_INSTALL_PREFIX}/bin\")
endif()

View File

@ -1,7 +1,7 @@
{
"name": "boost-modular-build-helper",
"version": "1.77.0",
"port-version": 2,
"port-version": 3,
"description": "Internal vcpkg port used to build Boost libraries",
"dependencies": [
"boost-uninstall"

View File

@ -28,7 +28,7 @@ $portVersions = @{
"boost-config" = 2;
"boost-gil" = 1;
"boost-iostreams" = 1;
"boost-modular-build-helper" = 2;
"boost-modular-build-helper" = 3;
"boost-odeint" = 1;
"boost-python" = 1;
"boost-process" = 2;

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7cc6728723151712d8007e882bc2ad9a4649b2cf",
"version": "1.77.0",
"port-version": 3
},
{
"git-tree": "9795fd3f465461fea28201a773909b6fd0e3400b",
"version": "1.77.0",

View File

@ -814,7 +814,7 @@
},
"boost-modular-build-helper": {
"baseline": "1.77.0",
"port-version": 2
"port-version": 3
},
"boost-move": {
"baseline": "1.77.0",