mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:59:02 +08:00
[boost-modular-build-helper] Add quotes to path (#20896)
This commit is contained in:
parent
506a0d2517
commit
fbc74b00b1
@ -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()
|
||||
|
@ -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"
|
||||
|
@ -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;
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7cc6728723151712d8007e882bc2ad9a4649b2cf",
|
||||
"version": "1.77.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "9795fd3f465461fea28201a773909b6fd0e3400b",
|
||||
"version": "1.77.0",
|
||||
|
@ -814,7 +814,7 @@
|
||||
},
|
||||
"boost-modular-build-helper": {
|
||||
"baseline": "1.77.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"boost-move": {
|
||||
"baseline": "1.77.0",
|
||||
|
Loading…
Reference in New Issue
Block a user