diff --git a/OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw b/OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw index 4317cf1eb76..54d3b0708fb 100644 --- a/OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw +++ b/OMCompiler/Compiler/Util/Autoconf.mo.omdev.mingw @@ -13,6 +13,7 @@ encapsulated package Autoconf // which is the MSYS make.) since the latter is not supposed to be used on Windows shells. // (systemCall uses 'cmd \c' to issue commands.) constant String make = "mingw32-make"; + constant String cmake = "cmake"; constant String exeExt = ".exe"; constant String dllExt = ".dll"; constant String libFortran = if not isNewOMDev then "-lgfortranbegin " else " ";