[embree2] Disable parallel configure (#6172)

This commit is contained in:
Cheney Wang 2019-04-24 04:49:30 +08:00 committed by Griffin Downs
parent 91aa28f14d
commit 16c9d0befd
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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