diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-04-11 08:25:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-11 08:25:55 -0700 |
| commit | c6fd076372fe6733d73c23fd1da60e9f97230a9a (patch) | |
| tree | 5332f4e03cc2720d7d5e2c1b4c66219dab2bb045 /ports/libcopp | |
| parent | dc65ec9e68a8e280ad9865d956853cdc6f8f2396 (diff) | |
| download | vcpkg-c6fd076372fe6733d73c23fd1da60e9f97230a9a.tar.gz vcpkg-c6fd076372fe6733d73c23fd1da60e9f97230a9a.zip | |
[devil/libcopp/spaceland] stable cmake config (#6046)
Diffstat (limited to 'ports/libcopp')
| -rw-r--r-- | ports/libcopp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libcopp/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/libcopp/CONTROL b/ports/libcopp/CONTROL index 35fca9b7e..68115219f 100644 --- a/ports/libcopp/CONTROL +++ b/ports/libcopp/CONTROL @@ -1,3 +1,3 @@ Source: libcopp -Version: 1.1.0-1 +Version: 1.1.0-2 Description: A cross-platfrom coroutine library for C++ diff --git a/ports/libcopp/portfile.cmake b/ports/libcopp/portfile.cmake index 85b2de09c..026e4a14c 100644 --- a/ports/libcopp/portfile.cmake +++ b/ports/libcopp/portfile.cmake @@ -13,6 +13,7 @@ vcpkg_from_github( # Use libcopp's own build process, skipping examples and tests vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + DISABLE_PARALLEL_CONFIGURE # PREFER_NINJA # Disabled because Ninja does not invoke masm correctly for this project ) vcpkg_install_cmake() |
