Skip to content

Commit

Permalink
Removing private label on conformance linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed Aug 12, 2022
1 parent ae17bd2 commit 4ac218b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/conformance.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ target_include_directories(conformance_cpp PRIVATE ${ABSL_ROOT_DIR})

target_link_libraries(conformance_test_runner ${protobuf_LIB_PROTOBUF})
target_link_libraries(conformance_cpp ${protobuf_LIB_PROTOBUF})
target_link_libraries(conformance_cpp PRIVATE ${protobuf_ABSL_USED_TARGETS})
target_link_libraries(conformance_cpp ${protobuf_ABSL_USED_TARGETS})

add_test(NAME conformance_cpp_test
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/conformance_test_runner
Expand Down

0 comments on commit 4ac218b

Please sign in to comment.