nasa / EdsLib

CCSDS SOIS Electronic Data Sheet Tool and Library
Apache License 2.0
31 stars 12 forks source link

Update CMake minimum version across edslib submodules #23

Closed jphickey closed 1 year ago

jphickey commented 1 year ago

The minimum required cmake version is not consistent across all submodules, and some specify a very old/obsolete version (2.6) that is unlikely to work with the current code. This generates deprecation warnings when building with the current versions of CMake.

The minimum version should be updated to 3.5 which will match CFE and should avoid the deprecation warnings in the current version.