]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: detect and show VCPKG in platform flags
authorViktor Szakats <commit@vsz.me>
Thu, 8 Aug 2024 10:18:37 +0000 (12:18 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 8 Aug 2024 11:48:28 +0000 (13:48 +0200)
commite042073f9d45aecc48872fdfebcaf7d66fa19c2c
tree6cd9471c59e20113e7629b6100d3e66bd0235b6e
parentdaf9fdc4ef0a96473e6fd8c2793e2e0385a8da1f
cmake: detect and show VCPKG in platform flags

Use `VCPKG_TOOLCHAIN` to detect a vcpkg build environment.

Closes #14451
CMakeLists.txt