File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 37
37
compiler : clang-18
38
38
protoc : find
39
39
sanitize : OFF
40
- extra_cmake_configure_flags : -DCMAKE_CXX_CLANG_TIDY=clang-tidy-18
40
+ extra_cmake_configure_flags : " -DCMAKE_CXX_CLANG_TIDY=clang-tidy-18;-warnings-as-errors=* "
41
41
42
42
runs-on : ubuntu-24.04
43
43
Original file line number Diff line number Diff line change
1
+ syntax = "proto2" ;
1
2
import "google/protobuf/descriptor.proto" ;
2
3
package hpp.proto ;
3
4
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ get_target_property(IS_UTF8_COMPILER_OPTIONS is_utf8 COMPILE_OPTIONS)
27
27
if (IS_UTF8_COMPILER_OPTIONS MATCHES "fsanitize=address" )
28
28
message (FATAL_ERROR "is_utf8 is not compatible with address sanitizer" )
29
29
endif ()
30
+ set_target_properties (is_utf8 PROPERTIES CXX_CLANG_TIDY "" )
30
31
31
32
CPMAddPackage("gh:fmtlib/fmt#10.1.0" )
32
33
You can’t perform that action at this time.
0 commit comments