NTNU-IHB / FMI4cpp

FMI 2.0 implementation written in modern C++.
MIT License
96 stars 36 forks source link

Can not open file "fmi4cpp::fmi4cpp.lib"? #134

Closed firefall123 closed 2 years ago

firefall123 commented 2 years ago

I open the D:\Git\FMI4cpp\examples and build this project. There is the question. can not open file "fmi4cpp::fmi4cpp.lib". I don't know what I did wrong. Where is the fmi4cpp::fmi4cpp.lib

markaren commented 2 years ago

I don't know. Are you using a wildly obsolete CMake version? How do you build the project?

firefall123 commented 2 years ago

I don't know. Are you using a wildly obsolete CMake version? How do you build the project?

Just cmake the CMakeLists.txt. in examples. Not a obsolete CMake version. Maybe the build process went wrong

markaren commented 2 years ago

Closing as user having CMake issues, not related to this library.