[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) set(SUBDIR ${CMAKE_CURRENT_BINARY_DIR}/stage/lib)
install( install(
CODE " 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) if(LIBS)
file(INSTALL \${LIBS} DESTINATION \"\${CMAKE_INSTALL_PREFIX}/lib\") file(INSTALL \${LIBS} DESTINATION \"\${CMAKE_INSTALL_PREFIX}/lib\")
endif() endif()
file(GLOB DLLS ${SUBDIR}/*.dll) file(GLOB DLLS \"${SUBDIR}/*.dll\")
if(DLLS) if(DLLS)
file(INSTALL \${DLLS} DESTINATION \"\${CMAKE_INSTALL_PREFIX}/bin\") file(INSTALL \${DLLS} DESTINATION \"\${CMAKE_INSTALL_PREFIX}/bin\")
endif() endif()

View File

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

View File

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

View File

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

View File

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