diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-06-30 17:35:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-30 17:35:36 -0700 |
| commit | c3f4c15bf4e085f3cfca4ae9745aef9300331971 (patch) | |
| tree | ce6cf77d313593e70aa2d5e0a46661b0a82d3eb8 /scripts | |
| parent | 753702bf2a448d95e1f89c3fef6520ba900d5d63 (diff) | |
| parent | c21a2fe38ab9523974a80194d6cea5dae6fcb76a (diff) | |
| download | vcpkg-c3f4c15bf4e085f3cfca4ae9745aef9300331971.tar.gz vcpkg-c3f4c15bf4e085f3cfca4ae9745aef9300331971.zip | |
Merge pull request #1370 from zabulus/angle-uwp
[angle] Fix uwp build
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/buildsystems/vcpkg.cmake | 7 |
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}) |
