mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:09:07 +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> |
||
---|---|---|
.. | ||
portfile.cmake | ||
vcpkg_cmake_build.cmake | ||
vcpkg_cmake_configure.cmake | ||
vcpkg_cmake_install.cmake | ||
vcpkg-port-config.cmake | ||
vcpkg.json |