We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861311b commit 4158342Copy full SHA for 4158342
3rdparty/CMakeLists.txt
@@ -1,3 +1,7 @@
1
include(perfparser.cmake)
2
include(PrefixTickLabels.cmake)
3
add_subdirectory(fmtparser)
4
+
5
+set(CMAKE_CSTANDARD 11)
6
+set(CMAKE_C_FLAGS "-Wno-error")
7
+target_compile_options(fmt_parser PRIVATE -Wno-pedantic -Wno-address -Wno-unused-variable -Wno-error)
0 commit comments