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
Hi,
is there any way to disable all the extra targets that cmakecommon generate? Im thinking about project-tarball, project graph, cpplint, clangchecks and all that.
Thanks
The text was updated successfully, but these errors were encountered:
There is no way to disable that, once you include Common.cmake. Howevere, some parts can be used individually, like you could just include(CommonCompiler) if you're interested in compiler flags. All magic target related files today have a close link to those 'extra' targets, though.
Hi,
is there any way to disable all the extra targets that cmakecommon generate? Im thinking about project-tarball, project graph, cpplint, clangchecks and all that.
Thanks
The text was updated successfully, but these errors were encountered: