GNU Make is not a necessary dependency #53
Labels
Build
This involves possible alteration to build-scripts (CMake)
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Cmake have a bunch of generators for different command line tools ( https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html ) so user/developer can use their preferred generator instead of relying only on GNU Make ( especially on windows machine )
So the README.md should contain information about the same and remove GNU make as a mandatory dependency.
The text was updated successfully, but these errors were encountered: