diff options
Diffstat (limited to 'vcpkg/scripts/cmake/vcpkg_test_cmake.cmake')
| -rw-r--r-- | vcpkg/scripts/cmake/vcpkg_test_cmake.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/scripts/cmake/vcpkg_test_cmake.cmake b/vcpkg/scripts/cmake/vcpkg_test_cmake.cmake new file mode 100644 index 0000000..b3eb9f4 --- /dev/null +++ b/vcpkg/scripts/cmake/vcpkg_test_cmake.cmake @@ -0,0 +1,4 @@ +# DEPRECATED
+function(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()
|