aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-02-18 14:27:41 -0800
committerGitHub <noreply@github.com>2021-02-18 14:27:41 -0800
commitf3a4d1aeb7aa1e3bd9f91da479bf8b97b44dfa66 (patch)
tree9e50ccd5fbd2f530beb181ce970b2d5b4933f3b8 /scripts/cmake
parent5dbf58d96dbc71c7fdde518911c1cffa024b26a3 (diff)
downloadvcpkg-f3a4d1aeb7aa1e3bd9f91da479bf8b97b44dfa66.tar.gz
vcpkg-f3a4d1aeb7aa1e3bd9f91da479bf8b97b44dfa66.zip
[scripts audit] ports.cmake (#16257)
* [scripts audit] ports.cmake * [testing] modify triplet files to test all ports
Diffstat (limited to 'scripts/cmake')
-rw-r--r--scripts/cmake/vcpkg_common_functions.cmake2
-rw-r--r--scripts/cmake/vcpkg_test_cmake.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cmake/vcpkg_common_functions.cmake b/scripts/cmake/vcpkg_common_functions.cmake
index 6b6959cd8..515164789 100644
--- a/scripts/cmake/vcpkg_common_functions.cmake
+++ b/scripts/cmake/vcpkg_common_functions.cmake
@@ -1,3 +1,3 @@
# DEPRECATED
-message("${_VCPKG_BACKCOMPAT_MESSAGE_LEVEL}" "vcpkg_common_functions has been removed and all values are automatically provided in all portfile.cmake invocations. Please remove `include(vcpkg_common_functions)`.")
+message("${Z_VCPKG_BACKCOMPAT_MESSAGE_LEVEL}" "vcpkg_common_functions has been removed and all values are automatically provided in all portfile.cmake invocations. Please remove `include(vcpkg_common_functions)`.")
diff --git a/scripts/cmake/vcpkg_test_cmake.cmake b/scripts/cmake/vcpkg_test_cmake.cmake
index f2a8a76b1..b3eb9f407 100644
--- a/scripts/cmake/vcpkg_test_cmake.cmake
+++ b/scripts/cmake/vcpkg_test_cmake.cmake
@@ -1,4 +1,4 @@
# DEPRECATED
function(vcpkg_test_cmake)
- message("${_VCPKG_BACKCOMPAT_MESSAGE_LEVEL}" "vcpkg_test_cmake was a no-op and has been removed. Please remove the call to `vcpkg_test_cmake()`.")
+ message("${Z_VCPKG_BACKCOMPAT_MESSAGE_LEVEL}" "vcpkg_test_cmake was a no-op and has been removed. Please remove the call to `vcpkg_test_cmake()`.")
endfunction()