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
CMake: fix comment about why headers are treated as source
It's not to make dependency checks work (they'll work regardless). The
usual reason to add header files is so they get included in generated
IDE projects (like for Visual Studio).
0 commit comments