This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
vcpkg
Watch
1
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2024-12-14 08:29:00 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
dda6ab70d6
vcpkg
/
scripts
/
boost
/
post-build-stubs
/
predef.cmake
3 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
[boost] Fix generate ports to match the tree. (#29338) Added the ability for the 'default' port version to get a value in case they all change at once (as almost happened due to https://github.com/microsoft/vcpkg/issues/29288) https://github.com/microsoft/vcpkg/pull/28356/ did not apply post-source stubs for url and locale. I suspect they were just forgotten to be checked in? https://github.com/microsoft/vcpkg/pull/28617/ did not record the port version change in generate-ports.ps1. Also fixed all files to have LF line endings. (since changing boost-vcpkg-helper version also changed all the other ports anyway) Also changed "When changing this file also update and run scripts/boost/generate-ports.ps1" to "Automatically generated by scripts/boost/generate-ports.ps1" because I think that better conveys the consequences (your changes will get nuked).
2023-02-02 05:34:29 +08:00
file
(
COPY
${
SOURCE_PATH
}
/tools/check
DESTINATION
${
CURRENT_PACKAGES_DIR
}
/share/boost-predef
)
Reference in New Issue
Copy Permalink