mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 19:17:10 +01:00
[embree3] Disable parallel configure due to writes to source directory (#6096)
This commit is contained in:
parent
574f2d218e
commit
e23e54ae4b
@ -1,4 +1,4 @@
|
|||||||
Source: embree3
|
Source: embree3
|
||||||
Version: 3.2.0-2
|
Version: 3.2.0-3
|
||||||
Description: High Performance Ray Tracing Kernels.
|
Description: High Performance Ray Tracing Kernels.
|
||||||
Build-Depends: tbb
|
Build-Depends: tbb
|
||||||
|
@ -18,6 +18,7 @@ endif()
|
|||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
|
DISABLE_PARALLEL_CONFIGURE
|
||||||
PREFER_NINJA # Disable this option if project cannot be built with Ninja
|
PREFER_NINJA # Disable this option if project cannot be built with Ninja
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DEMBREE_ISPC_SUPPORT=OFF
|
-DEMBREE_ISPC_SUPPORT=OFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user