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/glew | |
| 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/glew')
| -rw-r--r-- | ports/glew/CONTROL | 2 | ||||
| -rw-r--r-- | ports/glew/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/glew/CONTROL b/ports/glew/CONTROL index 45af04091..54b2d09df 100644 --- a/ports/glew/CONTROL +++ b/ports/glew/CONTROL @@ -1,3 +1,3 @@ Source: glew
-Version: 2.1.0-2
+Version: 2.1.0-3
Description: The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.
diff --git a/ports/glew/portfile.cmake b/ports/glew/portfile.cmake index 1e2080458..9b982db7f 100644 --- a/ports/glew/portfile.cmake +++ b/ports/glew/portfile.cmake @@ -13,6 +13,7 @@ vcpkg_extract_source_archive(${ARCHIVE_FILE} ${CURRENT_BUILDTREES_DIR}/src/glew) vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH}/build/cmake + DISABLE_PARALLEL_CONFIGURE OPTIONS -DBUILD_UTILS=OFF ) |
