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

Test-building FMU fails on recent Linux versions, as CMake generated files are also processed in template var substitution #51

Closed ghorwin closed 5 months ago

ghorwin commented 5 months ago

Exclude generated directories (build, bin) from recursive file processing.

ghorwin commented 5 months ago

Also clear the cmake template directory before each run

ghorwin commented 5 months ago

Not a bug - template dir contained temporary files during development.