blob: b3eb9f407c6b3eea4c0af7308e4a1c3182c03ba6 (
plain)
1
2
3
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()
|