Commit 63f2c695 by Mizux Committed by GitHub

cmake: flag conformance_testing as TESTONLY (#737)

All libraries depending on any gmock target should be flagged as TESTONLY
parent 23f1f9cf
...@@ -259,7 +259,7 @@ absl_cc_library( ...@@ -259,7 +259,7 @@ absl_cc_library(
absl::strings absl::strings
absl::utility absl::utility
gmock_main gmock_main
PUBLIC TESTONLY
) )
absl_cc_test( absl_cc_test(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment