mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:20:31 +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>
7 lines
139 B
JSON
7 lines
139 B
JSON
{
|
|
"name": "vcpkg-cmake",
|
|
"version-date": "2022-06-07",
|
|
"documentation": "https://vcpkg.io/en/docs/README.html",
|
|
"license": "MIT"
|
|
}
|