File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ target_link_libraries(protobuf-mutator
24
24
set_target_properties (protobuf-mutator PROPERTIES
25
25
COMPILE_FLAGS "${NO_FUZZING_FLAGS} "
26
26
SOVERSION 0 )
27
- target_compile_features (protobuf-mutator PRIVATE cxx_std_14 )
27
+ target_compile_features (protobuf-mutator PUBLIC cxx_std_14 )
28
28
29
29
if (LIB_PROTO_MUTATOR_TESTING )
30
30
protobuf_generate_cpp (PROTO_SRCS PROTO_HDRS
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ target_link_libraries(protobuf-mutator-libfuzzer
21
21
set_target_properties (protobuf-mutator-libfuzzer PROPERTIES
22
22
COMPILE_FLAGS "${NO_FUZZING_FLAGS} "
23
23
SOVERSION 0 )
24
- target_compile_features (protobuf-mutator-libfuzzer PRIVATE cxx_std_14 )
24
+ target_compile_features (protobuf-mutator-libfuzzer PUBLIC cxx_std_14 )
25
25
26
26
install (TARGETS protobuf-mutator-libfuzzer
27
27
EXPORT libprotobuf-mutatorTargets
You can’t perform that action at this time.
0 commit comments