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
"-DCMAKE_POLICY_DEFAULT_CMP0091:STRING=NEW"# Needed to make sure gflags respects CMAKE_MSVC_RUNTIME_LIBRARY as their minimum CMake version is older than 3.15.
129
128
)
130
129
130
+
# Only propagate the MSVC runtime selection if the parent project explicitly set
131
+
# one. Passing an empty CMAKE_MSVC_RUNTIME_LIBRARY to external projects on
132
+
# Windows suppresses the CRT selection and breaks clang's compiler checks.
0 commit comments