From f3a4d1aeb7aa1e3bd9f91da479bf8b97b44dfa66 Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Thu, 18 Feb 2021 14:27:41 -0800 Subject: [scripts audit] ports.cmake (#16257) * [scripts audit] ports.cmake * [testing] modify triplet files to test all ports --- scripts/cmake/vcpkg_common_functions.cmake | 2 +- scripts/cmake/vcpkg_test_cmake.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/cmake') 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() -- cgit v1.2.3