diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2019-04-15 19:47:54 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-04-15 04:47:54 -0700 |
| commit | e23e54ae4b6284da1a44cf29a7c255a0648e701d (patch) | |
| tree | aa4e27c71e7f7bb336adac927a23b8d1f9fdd2eb | |
| parent | 574f2d218e9030455ffa5b9263ea19d9e853058e (diff) | |
| download | vcpkg-e23e54ae4b6284da1a44cf29a7c255a0648e701d.tar.gz vcpkg-e23e54ae4b6284da1a44cf29a7c255a0648e701d.zip | |
[embree3] Disable parallel configure due to writes to source directory (#6096)
| -rw-r--r-- | ports/embree3/CONTROL | 2 | ||||
| -rw-r--r-- | ports/embree3/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/embree3/CONTROL b/ports/embree3/CONTROL index 7e5bcdb85..4c7ce74c7 100644 --- a/ports/embree3/CONTROL +++ b/ports/embree3/CONTROL @@ -1,4 +1,4 @@ Source: embree3 -Version: 3.2.0-2 +Version: 3.2.0-3 Description: High Performance Ray Tracing Kernels. Build-Depends: tbb diff --git a/ports/embree3/portfile.cmake b/ports/embree3/portfile.cmake index e90ea2357..0d1a6e9d5 100644 --- a/ports/embree3/portfile.cmake +++ b/ports/embree3/portfile.cmake @@ -18,6 +18,7 @@ endif() vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + DISABLE_PARALLEL_CONFIGURE PREFER_NINJA # Disable this option if project cannot be built with Ninja OPTIONS -DEMBREE_ISPC_SUPPORT=OFF |
