NTNU-IHB / FMI4cpp

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

Remove cmake_minimum_required call from FindLibzip #3

Closed traversaro closed 6 years ago

traversaro commented 6 years ago

Find<package>.cmake scripts do not contain typically the cmake_minum_required_version call, see for example:

Furthermore, CMAKE_MINIMUM_REQUIRED_VERSION was removed in https://github.com/SFI-Mechatronics/FMI4cpp/commit/784db15863e7a07b3681dca3289caf638aa92a11

markaren commented 6 years ago

Thanks, must have forgotten to reload the cmake cache and missed this one. Will merge later today. Thanks

markaren commented 6 years ago

Merged, but in the future it's best to target the dev branch