aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-06-30 17:33:48 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-06-30 17:34:55 -0700
commitc21a2fe38ab9523974a80194d6cea5dae6fcb76a (patch)
tree18a735f3e94c0a6b24fe8701b0b05bf58b5eb998 /scripts
parent348c60112235b74add06ff0d13d948898a309e44 (diff)
downloadvcpkg-c21a2fe38ab9523974a80194d6cea5dae6fcb76a.tar.gz
vcpkg-c21a2fe38ab9523974a80194d6cea5dae6fcb76a.zip
[angle] Add preliminary UWP support
Diffstat (limited to 'scripts')
-rw-r--r--scripts/buildsystems/vcpkg.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/buildsystems/vcpkg.cmake b/scripts/buildsystems/vcpkg.cmake
index 513c33ecb..41bdb3e60 100644
--- a/scripts/buildsystems/vcpkg.cmake
+++ b/scripts/buildsystems/vcpkg.cmake
@@ -140,3 +140,10 @@ if(NOT VCPKG_TOOLCHAIN)
set(VCPKG_TOOLCHAIN ON)
endif()
+
+set(_UNUSED ${CMAKE_TOOLCHAIN_FILE})
+set(_UNUSED ${CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION})
+set(_UNUSED ${CMAKE_EXPORT_NO_PACKAGE_REGISTRY})
+set(_UNUSED ${CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY})
+set(_UNUSED ${CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY})
+set(_UNUSED ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP})