diff options
| author | Niel <60291810+cpp-niel@users.noreply.github.com> | 2021-04-01 19:39:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 10:39:10 -0700 |
| commit | 6563298448e5d5b6c1b8b12de074d6e711385946 (patch) | |
| tree | 53286d2f693e7f2f4e724db2a4e0d5c5aed1fe6f /scripts | |
| parent | c095d5a2713edc21b1afa829fee10be20ad41b5a (diff) | |
| download | vcpkg-6563298448e5d5b6c1b8b12de074d6e711385946.tar.gz vcpkg-6563298448e5d5b6c1b8b12de074d6e711385946.zip | |
[mfl] Add new port (#16345)
* Add control and portfile for mfl port
* Add mfl port
* reference version better header inclusion
* reference version with fmt linkage
* Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Set ports that don't build to fail in the ci baseline
* add version
* Check for static linkage and add message about C++20 requirements.
* add fail to ci baseline for dynamic windows builds
* version update
* Code review improvements
- Improve warning message that the port requires a C++20 compiler
- Use `version` rather than `version-string` in manifest
- Use `"supports": "static"` in manifest instead of setting dynamic
builds to `fail` in ci baseline.
* update version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 2d52fbcbe..b11c3963f 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -922,6 +922,7 @@ meschach:x64-osx=fail meschach:x64-uwp=fail metis:arm-uwp=fail metis:x64-uwp=fail +mfl:x64-linux=skip mhook:arm64-windows=fail mhook:arm-uwp=fail mhook:x64-linux=fail |
