Skip to content

Commit 212a7be

Browse files
committed
Use Protobuf_LIBRARIES
1 parent 8427180 commit 212a7be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ add_library(protobuf-mutator
2020
text_format.cc
2121
utf8_fix.cc)
2222
target_link_libraries(protobuf-mutator
23-
${PROTOBUF_LIBRARIES})
23+
${Protobuf_LIBRARIES})
2424
set_target_properties(protobuf-mutator PROPERTIES
2525
COMPILE_FLAGS "${NO_FUZZING_FLAGS}"
2626
SOVERSION 0)

src/libfuzzer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ add_library(protobuf-mutator-libfuzzer
1717
libfuzzer_macro.cc)
1818
target_link_libraries(protobuf-mutator-libfuzzer
1919
protobuf-mutator
20-
${PROTOBUF_LIBRARIES})
20+
${Protobuf_LIBRARIES})
2121
set_target_properties(protobuf-mutator-libfuzzer PROPERTIES
2222
COMPILE_FLAGS "${NO_FUZZING_FLAGS}"
2323
SOVERSION 0)

0 commit comments

Comments
 (0)