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