Skip to content

Fix missing CMAKE_MAKE_PROGRAM for repositories that use Unix Makefiles as generator

Christoph Pohl requested to merge fix/make_program_for_Unix_Makefiles into main

When using ninja and specifying the CMAKE_MAKE_PROGRAM (which is useful for ´clion´), modules that have a hard coded dependency on the Unix Makefile generator do not build.

Merge request reports