modelica-tools / FMUComplianceChecker

FMI Compliance Checker for validation of FMUs 1.0 and 2.0
BSD 3-Clause "New" or "Revised" License
42 stars 31 forks source link

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

Closed ghorwin closed 4 years ago

ghorwin commented 5 years ago

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.

filip-stenstrom commented 4 years ago

Closing since fixed in 8bc6a0f.