risherlock / FloatSat

Code templates for FloatSat Praktikum at Julius-Maximilians-Universität Würzburg.
2 stars 1 forks source link

CMake was unable to find a build program corresponding to "MinGW Makefiles" #2

Closed TAMARIW closed 1 week ago

TAMARIW commented 1 week ago

CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_ASM_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! make: *** [rodos] Fehler 1

risherlock commented 1 week ago

Please install MinGW: https://sourceforge.net/projects/mingw/

TAMARIW commented 1 week ago

It works now Thank you very much