We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72ba49 commit f07c472Copy full SHA for f07c472
1 file changed
cmake/GoogleCloudCppCommonOptions.cmake
@@ -89,7 +89,7 @@ function (google_cloud_cpp_add_common_options target)
89
endif ()
90
91
if (_opt_NO_WARNINGS)
92
- set_target_properties(${libname} PROPERTIES CXX_CLANG_TIDY "")
+ set_target_properties(${target} PROPERTIES CXX_CLANG_TIDY "")
93
return()
94
95
if (GOOGLE_CLOUD_CPP_COMPILER_SUPPORTS_WALL)
0 commit comments