aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/embree2/CONTROL2
-rw-r--r--ports/embree2/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/embree2/CONTROL b/ports/embree2/CONTROL
index f68824e00..b36aef2fa 100644
--- a/ports/embree2/CONTROL
+++ b/ports/embree2/CONTROL
@@ -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
diff --git a/ports/embree2/portfile.cmake b/ports/embree2/portfile.cmake
index 7979891bc..914999038 100644
--- a/ports/embree2/portfile.cmake
+++ b/ports/embree2/portfile.cmake
@@ -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