modelica-tools / FMUComplianceChecker

FMI Compliance Checker for validation of FMUs 1.0 and 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMakeLists.txt contains non-ascii characters (probably wrong quote chars)

ghorwin opened this issue · comments

In line 39 (and others) of CMakeLists.txt a comparison is made with the string ”unknown”, where the quote chars are not regular " quote chars, but others from a different code page. This may cause a build to fail or at least the check to fail. Unless intended, I suggest changing these to regular quotation characters.

Closing since fixed in 8bc6a0f.