aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake/vcpkg_common_functions.cmake
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2018-11-06 23:56:40 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-11-06 13:56:40 -0800
commit087691c94a45bbfb636c9bc4ebb63906ac012edf (patch)
treecfd8d6f89fd0b90ff427e93e87f77fbd6494f025 /scripts/cmake/vcpkg_common_functions.cmake
parent1c01a56dc8aa66c3769c29fce09dbcf8938cc17a (diff)
downloadvcpkg-087691c94a45bbfb636c9bc4ebb63906ac012edf.tar.gz
vcpkg-087691c94a45bbfb636c9bc4ebb63906ac012edf.zip
fdlibm init (#4165)
* fdlibm init * fix links * Fix different hashes creation with google host * Move functions to script * Fix documentation * [vcpkg_from_git] Add SHA512 argument, switch to zip to better support Windows. * [fdlibm] Trigger rebuild * [vcpkg_from_git] Use FETCH_HEAD reference to support tags
Diffstat (limited to 'scripts/cmake/vcpkg_common_functions.cmake')
-rw-r--r--scripts/cmake/vcpkg_common_functions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_common_functions.cmake b/scripts/cmake/vcpkg_common_functions.cmake
index 595ebb00e..c8b8fa977 100644
--- a/scripts/cmake/vcpkg_common_functions.cmake
+++ b/scripts/cmake/vcpkg_common_functions.cmake
@@ -27,4 +27,5 @@ include(vcpkg_get_program_files_32_bit)
include(vcpkg_get_program_files_platform_bitness)
include(vcpkg_get_windows_sdk)
include(vcpkg_replace_string)
+include(vcpkg_from_git)
include(vcpkg_test_cmake)