You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Use CMake C++ standard meta features (e.g. cxx_std_14) that propagate to targets that link to Abseil"
50
-
OFF) # TODO: Default to ON for CMake 3.8 and greater.
51
-
if(NOTABSL_PROPAGATE_CXX_STD)
52
-
message(WARNING"A future Abseil release will default ABSL_PROPAGATE_CXX_STD to ON for CMake 3.8 and up. We recommend enabling this option to ensure your project still builds correctly.")
53
-
endif()
50
+
ON)
54
51
55
52
option(ABSL_USE_SYSTEM_INCLUDES
56
53
"Silence warnings in Abseil headers by marking them as SYSTEM includes"
0 commit comments