aboutsummaryrefslogtreecommitdiff
path: root/ports/octomap
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-04-05 09:38:26 -0700
committerGitHub <noreply@github.com>2019-04-05 09:38:26 -0700
commitdbdba212e1cbee10c59b2d56cc2f083add415265 (patch)
treed816454fda939c0350292997edaa0c94e45d1e2b /ports/octomap
parent03981bb5607649bbad2eb3ff3872211fa38a8b46 (diff)
downloadvcpkg-dbdba212e1cbee10c59b2d56cc2f083add415265.tar.gz
vcpkg-dbdba212e1cbee10c59b2d56cc2f083add415265.zip
[glew][octomap][roaring] fix parallel config (#5958)
* [glew][octomap][roaring] fix parallel config fix CMake Error: Could not open file for write in copy operation * [anax] fix parallel config
Diffstat (limited to 'ports/octomap')
-rw-r--r--ports/octomap/CONTROL2
-rw-r--r--ports/octomap/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/octomap/CONTROL b/ports/octomap/CONTROL
index f6633ea07..71e76163a 100644
--- a/ports/octomap/CONTROL
+++ b/ports/octomap/CONTROL
@@ -1,3 +1,3 @@
Source: octomap
-Version: cefed0c1d79afafa5aeb05273cf1246b093b771c-4
+Version: cefed0c1d79afafa5aeb05273cf1246b093b771c-5
Description: An Efficient Probabilistic 3D Mapping Framework Based on Octrees
diff --git a/ports/octomap/portfile.cmake b/ports/octomap/portfile.cmake
index 5155c31bb..98630922e 100644
--- a/ports/octomap/portfile.cmake
+++ b/ports/octomap/portfile.cmake
@@ -14,6 +14,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_OCTOVIS_SUBPROJECT=OFF
-DBUILD_DYNAMICETD3D_SUBPROJECT=OFF