mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 02:33:02 +08:00
[embree2] Disable parallel configure (#6172)
This commit is contained in:
parent
91aa28f14d
commit
16c9d0befd
@ -1,4 +1,4 @@
|
||||
Source: embree2
|
||||
Version: 2.16.4-3
|
||||
Version: 2.16.4-4
|
||||
Description: High Performance Ray Tracing Kernels.
|
||||
Build-Depends: tbb
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user