Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmake/GoogleCloudCppFeatures.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ macro (google_cloud_cpp_enable_cleanup)
foreach (library IN LISTS GOOGLE_CLOUD_CPP_LEGACY_FEATURES)
string(TOUPPER "GOOGLE_CLOUD_CPP_ENABLE_${library}" feature_flag)
if ("${library}" IN_LIST GOOGLE_CLOUD_CPP_ENABLE
AND DEFINED ${feature_flag}
AND NOT "${${feature_flag}}")
message(
WARNING "Using ${feature_flag} is discouraged. Please use the"
Expand Down
Loading