You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build this library (v2.4.1) without access to a C++ compiler,
CMake gets confused about this file: Test/FMI2/fmi2_import_xml_test.cc.
If I change in CMakeLists.txt project (FMILibrary LANGUAGES C) and rename the file above to a .c extension, it compiles fine.
I notice that for the next major release, FMI 3 tests are using C++, so perhaps not so relevant going forward.
The text was updated successfully, but these errors were encountered:
When attempting to build this library (v2.4.1) without access to a C++ compiler,
CMake gets confused about this file:
Test/FMI2/fmi2_import_xml_test.cc
.If I change in CMakeLists.txt
project (FMILibrary LANGUAGES C)
and rename the file above to a.c
extension, it compiles fine.I notice that for the next major release, FMI 3 tests are using C++, so perhaps not so relevant going forward.
The text was updated successfully, but these errors were encountered: