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