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
Don't set CMAKE_CXX_FLAGS PARENT_SCOPE in macro use_rtti (#444)
cmake macro doesn't create new scope, so it is wrong to set PARENT_SCOPE
for CMAKE_CXX_FLAGS.
In addition, in out-of-tree build, the parent scope doesn't exist and
there is cmake warning.
0 commit comments