diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-12-03 13:24:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 13:24:26 -0800 |
| commit | ef0c3036fcb540957c381b2a8d21448062ac23ae (patch) | |
| tree | 9e4a8965788d0b81085408f913342aed135f7631 /ports/moos-core | |
| parent | a2135fd97e834e83a705b1cff0d91a0e45a0fb00 (diff) | |
| download | vcpkg-ef0c3036fcb540957c381b2a8d21448062ac23ae.tar.gz vcpkg-ef0c3036fcb540957c381b2a8d21448062ac23ae.zip | |
[vcpkg baseline][vtk-m] fix the sha512 (#14884)
* [vtk-m] fix the sha512
* Bump version
* add FILE_DISAMBIGUATOR to vcpkg_from_gitlab
* actually use the file disambiguator
* regenerate docs
* [moos-core] Add DISABLE_PARALLEL_CONFIGURE
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'ports/moos-core')
| -rw-r--r-- | ports/moos-core/CONTROL | 3 | ||||
| -rw-r--r-- | ports/moos-core/portfile.cmake | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/moos-core/CONTROL b/ports/moos-core/CONTROL index 15a5a5e1f..1d1e20d09 100644 --- a/ports/moos-core/CONTROL +++ b/ports/moos-core/CONTROL @@ -1,4 +1,5 @@ Source: moos-core -Version: 10.4.0-4 +Version: 10.4.0 +Port-Version: 5 Description: A very light weight, easy to use middleware. Homepage: https://sites.google.com/site/moossoftware/ diff --git a/ports/moos-core/portfile.cmake b/ports/moos-core/portfile.cmake index b3bdda6ff..197467428 100644 --- a/ports/moos-core/portfile.cmake +++ b/ports/moos-core/portfile.cmake @@ -13,6 +13,7 @@ vcpkg_from_github( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA + DISABLE_PARALLEL_CONFIGURE OPTIONS -DCMAKE_ENABLE_EXPORT=OFF ) |
