mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 01:49:08 +08:00
61e686b24c
* Fix the application of VCPKG_CMAKE_CONFIGURE_OPTIONS with more than one option VCPKG_CMAKE_CONFIGURE_OPTIONS (plural) is meant to be a list of options to be added to a cmake invocation. But it was being applied quoted, which disallowed it from containing multiple options. - If it was initialized with a list, cmake would get the options ";"-separated. - If it was initialized with a blank-separated string, cmake would get the entire astring quoted as a single argument. The fix is simple: don't (ever) quote arguments to list(APPEND) unless they are really meant to be a single element to append to the list. * Update the version-date of vcpkg-cmake * Update hash after rebase * Fix vcpkg-cmake.json In my defence, I'm new to this... Co-authored-by: Juan Carlos Arevalo Baeza (JCAB) <jcab@ntdev.microsoft.com> |
||
---|---|---|
.. | ||
azure-pipelines | ||
boost | ||
buildsystems | ||
cmake | ||
detect_compiler | ||
get_cmake_vars | ||
ifw | ||
posh-vcpkg/0.0.1 | ||
templates | ||
test_ports | ||
toolchains | ||
addPoshVcpkgToPowershellProfile.ps1 | ||
bootstrap.ps1 | ||
bootstrap.sh | ||
build_info.cmake | ||
ci.baseline.txt | ||
file_script.py | ||
generateBaseline.py | ||
generatePortVersionsDb.py | ||
Get-Changelog.ps1 | ||
ports.cmake | ||
tls12-download.exe | ||
vcpkg_completion.bash | ||
vcpkg_completion.fish | ||
vcpkg_completion.zsh | ||
vcpkg_get_dep_info.cmake | ||
vcpkg_get_tags.cmake | ||
vcpkg.schema.json | ||
vcpkgTools.xml |