ghorwin / FMICodeGenerator

A Code Generator that creates native C/C++ code to build Functional Mock-Up Units (FMU) with support for FMI version 2.0 (rollback)
BSD 3-Clause "New" or "Revised" License
51 stars 25 forks source link

CMAKE_C_COMPILER not set error #53

Closed marmus12 closed 4 months ago

marmus12 commented 4 months ago

Hi when I attempt to generate an FMU, I get the following error:

CMAKE_C_COMPILER not set, after EnableLanguage\nCMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage\n'nmake' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n

What should I do?

marmus12 commented 4 months ago

edited the file build_VC_x64.bat as described in readme now it works.