diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-21 09:49:15 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-21 09:49:15 -0700 |
| commit | 43c804a59eebd466835d79ce61628668f0f5b7ee (patch) | |
| tree | 1b0be6a594894db9a7b08e32b44d05c90064449c | |
| parent | 7cf6615a0145218f0baec63471b742e3471c1c86 (diff) | |
| download | vcpkg-43c804a59eebd466835d79ce61628668f0f5b7ee.tar.gz vcpkg-43c804a59eebd466835d79ce61628668f0f5b7ee.zip | |
[boost-modular-build-helper] Improve handling of non-windows
| -rw-r--r-- | ports/boost-modular-build-helper/boost-modular-build.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/boost-modular-build-helper/boost-modular-build.cmake b/ports/boost-modular-build-helper/boost-modular-build.cmake index 557e089dd..222fc7fe9 100644 --- a/ports/boost-modular-build-helper/boost-modular-build.cmake +++ b/ports/boost-modular-build-helper/boost-modular-build.cmake @@ -79,7 +79,7 @@ function(boost_modular_build) configure_file(${_bm_DIR}/Jamroot.jam ${_bm_SOURCE_PATH}/Jamroot.jam @ONLY)
- if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Android" OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux")
+ if(VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
vcpkg_configure_cmake(
SOURCE_PATH ${CURRENT_INSTALLED_DIR}/share/boost-build
PREFER_NINJA
|
