mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[mfl] Disable warnings as errors. (#32652)
This commit is contained in:
parent
b83d86364f
commit
5e9cbd9ac2
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -5282,7 +5282,7 @@
|
||||
},
|
||||
"mfl": {
|
||||
"baseline": "0.0.1",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"mfx-dispatch": {
|
||||
"baseline": "1.35.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e78930d433356d545a61de55d6a23a6debb704b0",
|
||||
"version": "0.0.1",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "a987e0da7b7b8bee335c9764cf2b8abcc6b68d2a",
|
||||
"version": "0.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user