Skip to content

Commit

Permalink
Suppress warnning for third-party libraries on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Dec 2, 2023
1 parent 44a7576 commit 7ae2e2c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"cmake": {
"targets": [
"skcms"
],
"arguments": [
"-DCMAKE_CXX_FLAGS=\"-w\""
]
}
},
Expand All @@ -15,6 +18,9 @@
"cmake": {
"targets": [
"pathkit"
],
"arguments": [
"-DCMAKE_CXX_FLAGS=\"-w\""
]
}
},
Expand Down Expand Up @@ -132,7 +138,8 @@
],
"arguments": [
"-DCMAKE_DISABLE_FIND_PACKAGE_BZip2=TRUE",
"-DCMAKE_DISABLE_FIND_PACKAGE_HarfBuzz=TRUE"
"-DCMAKE_DISABLE_FIND_PACKAGE_HarfBuzz=TRUE",
"-DCMAKE_C_FLAGS=\"-w\""
]
}
},
Expand Down

0 comments on commit 7ae2e2c

Please sign in to comment.