build: set cmake min version to 3.0 to fix deprecation warning
authorChristian Lamparter <chunkeey@gmail.com>
Thu, 29 Sep 2022 19:53:34 +0000 (21:53 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Thu, 29 Sep 2022 19:53:34 +0000 (21:53 +0200)
commitc6aba752781925611b833549fa62964a84d144b5
treea5a53edd66ff7346618c4bfafa89dab0ba449a03
parentd5f22e1d784eb4eb2adafc58b1a88bd3a25f3262
build: set cmake min version to 3.0 to fix deprecation warning

| Compatibility with CMake < 2.8.12 will be removed from a future version of
| CMake.
|
| Update the VERSION argument <min> value or use a ...<max> suffix to tell
| CMake that the project does not need compatibility with older versions.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
CMakeLists.txt
carlfw/CMakeLists.txt
config/CMakeLists.txt
minifw/CMakeLists.txt
tools/CMakeLists.txt
tools/lib/CMakeLists.txt
tools/src/CMakeLists.txt
tools/src/eeprom_fix [new file with mode: 0755]