diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-06-06 18:08:49 -0700 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-06-06 18:08:49 -0700 |
| commit | cef7f8b5a68ed4903abce0378d7e7864c411af47 (patch) | |
| tree | 040e97853dc691af7a4d30aa264ab9e087fd1df9 /ports/highfive | |
| parent | 45e57f319657222eda39891fba73cb51b2cf3469 (diff) | |
| parent | da6d601d1c2161a455de0e572000633316962003 (diff) | |
| download | vcpkg-cef7f8b5a68ed4903abce0378d7e7864c411af47.tar.gz vcpkg-cef7f8b5a68ed4903abce0378d7e7864c411af47.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into add_libraqm
Diffstat (limited to 'ports/highfive')
| -rw-r--r-- | ports/highfive/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/highfive/portfile.cmake b/ports/highfive/portfile.cmake index ed88a45c9..db6f4a012 100644 --- a/ports/highfive/portfile.cmake +++ b/ports/highfive/portfile.cmake @@ -28,7 +28,7 @@ vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH share/HighFive/CMake) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) -if(NOT WIN32 AND NOT APPLE) +if(NOT (NOT VCPKG_CMAKE_SYSTEM_NAME OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") AND NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Darwin") file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/HighFive) endif() |
