diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-04-05 09:38:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-05 09:38:26 -0700 |
| commit | dbdba212e1cbee10c59b2d56cc2f083add415265 (patch) | |
| tree | d816454fda939c0350292997edaa0c94e45d1e2b /ports/octomap | |
| parent | 03981bb5607649bbad2eb3ff3872211fa38a8b46 (diff) | |
| download | vcpkg-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/CONTROL | 2 | ||||
| -rw-r--r-- | ports/octomap/portfile.cmake | 1 |
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 |
