vcpkg/scripts/buildsystems
Jörg Bornemann 512d62f7ee
[vcpkg.cmake] Fix CMP0126 warnings (#23784) (#29969)
When running CMake 3.21 or newer in trace or debug mode, vcpkg.cmake
would trigger the CMP0126 warning for VCPKG_MANIFEST_DIR and
VCPKG_INSTALLED_DIR.

The regular variable was used to set the initial value of the cache
variable of the same name. This patch adds the regular variables
Z_VCPKG_MANIFEST_DIR_INITIAL_VALUE and
Z_VCPKG_INSTALLED_DIR_INITIAL_VALUE that are used to initialize their
respective cache variables.
2023-05-09 17:08:28 -07:00
..
make_wrapper [mchehab-zbar] Add new port (#16113) 2022-08-24 09:08:34 -07:00
meson [vcpkg scripts] Crosscompiling fixes (#26617) 2022-10-13 09:40:52 -07:00
msbuild lld-link workaround should be used with ClangCl MSBuild platform toolset (#31239) 2023-05-04 10:24:13 -07:00
osx [applocal.py] Don't try to install dependencies not managed by vcpkg (#16716) 2021-03-15 15:47:08 -07:00
vcpkg.cmake [vcpkg.cmake] Fix CMP0126 warnings (#23784) (#29969) 2023-05-09 17:08:28 -07:00