mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[embree2] Disable parallel configure (#6172)
This commit is contained in:
parent
91aa28f14d
commit
16c9d0befd
@ -1,4 +1,4 @@
|
|||||||
Source: embree2
|
Source: embree2
|
||||||
Version: 2.16.4-3
|
Version: 2.16.4-4
|
||||||
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