[embree3] Disable parallel configure due to writes to source directory (#6096)

This commit is contained in:
Cheney Wang 2019-04-15 19:47:54 +08:00 committed by Griffin Downs
parent 574f2d218e
commit e23e54ae4b
2 changed files with 2 additions and 1 deletions

View File

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

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