[mfl] Disable warnings as errors. (#32652)

This commit is contained in:
Billy O'Neal 2023-07-19 19:42:17 -07:00 committed by GitHub
parent b83d86364f
commit 5e9cbd9ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View File

@ -15,7 +15,11 @@ vcpkg_from_github(
fix-clang-detection.patch
)
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DWARNINGS_AS_ERRORS=FALSE
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/mfl)

View File

@ -1,7 +1,7 @@
{
"name": "mfl",
"version": "0.0.1",
"port-version": 2,
"port-version": 3,
"description": "Computes the layout information for mathematical formulas provided in TeX-like syntax.",
"homepage": "https://github.com/cpp-niel/mfl",
"license": "MIT",

View File

@ -5282,7 +5282,7 @@
},
"mfl": {
"baseline": "0.0.1",
"port-version": 2
"port-version": 3
},
"mfx-dispatch": {
"baseline": "1.35.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e78930d433356d545a61de55d6a23a6debb704b0",
"version": "0.0.1",
"port-version": 3
},
{
"git-tree": "a987e0da7b7b8bee335c9764cf2b8abcc6b68d2a",
"version": "0.0.1",