aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake/vcpkg_common_functions.cmake
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-07-06 12:42:35 -0700
committerGitHub <noreply@github.com>2020-07-06 12:42:35 -0700
commit8eda81cc4dfbf9700cd36e280b6ad74d467ed9a3 (patch)
treed13210931c83678f59a22c6f2614acdf6d36895c /scripts/cmake/vcpkg_common_functions.cmake
parent58ff68ae41093573f56fae580a7ef6b339abe14e (diff)
downloadvcpkg-8eda81cc4dfbf9700cd36e280b6ad74d467ed9a3.tar.gz
vcpkg-8eda81cc4dfbf9700cd36e280b6ad74d467ed9a3.zip
[opengl wincrypt winsock2] Use $ENV{WindowsSdkDir} instead of hard coding Windows SDK paths. (#12232)
Also delete vcpkg_get_program_files_32_bit because it was used in only one place. Resolves #8288 Obsoletes #11421, #11261, #8329
Diffstat (limited to 'scripts/cmake/vcpkg_common_functions.cmake')
-rw-r--r--scripts/cmake/vcpkg_common_functions.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_common_functions.cmake b/scripts/cmake/vcpkg_common_functions.cmake
index f61e795d9..2fad7f0ed 100644
--- a/scripts/cmake/vcpkg_common_functions.cmake
+++ b/scripts/cmake/vcpkg_common_functions.cmake
@@ -42,7 +42,6 @@ include(vcpkg_apply_patches)
include(vcpkg_copy_pdbs)
include(vcpkg_copy_tool_dependencies)
include(vcpkg_copy_tools)
-include(vcpkg_get_program_files_32_bit)
include(vcpkg_get_program_files_platform_bitness)
include(vcpkg_get_windows_sdk)
include(vcpkg_replace_string)