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 826dd38 commit d482482Copy full SHA for d482482
cmake/GoogleCloudCppFeatures.cmake
@@ -372,6 +372,7 @@ macro (google_cloud_cpp_enable_cleanup)
372
foreach (library IN LISTS GOOGLE_CLOUD_CPP_LEGACY_FEATURES)
373
string(TOUPPER "GOOGLE_CLOUD_CPP_ENABLE_${library}" feature_flag)
374
if ("${library}" IN_LIST GOOGLE_CLOUD_CPP_ENABLE
375
+ AND DEFINED ${feature_flag}
376
AND NOT "${${feature_flag}}")
377
message(
378
WARNING "Using ${feature_flag} is discouraged. Please use the"
0 commit comments