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
Currently the CMake build system is hidden by a Makefile and it cannot be used directly. This makes it difficult to use all the parameters CMake offers like compiler, flags, out-of-surce-build, generator (Ninja instead of make).
I'd like to see CMake becoming a first class citizen. The Makefile might stay as an alternative way to use CMake.
Would you accept according patches?
The text was updated successfully, but these errors were encountered:
Currently the CMake build system is hidden by a Makefile and it cannot be used directly. This makes it difficult to use all the parameters CMake offers like compiler, flags, out-of-surce-build, generator (Ninja instead of make).
I'd like to see CMake becoming a first class citizen. The Makefile might stay as an alternative way to use CMake.
Would you accept according patches?
The text was updated successfully, but these errors were encountered: