diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-28 15:18:13 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-30 14:52:41 +0000 |
commit | 39f65fa5db50706d5766a350a2c8fef40f1ba951 (patch) | |
tree | 413a269e73c8103cc7d15c60519d33fae5b73d76 /CMakeLists.txt | |
parent | 82c8c5fa4eea15a374fbfde8507ffb09858d4352 (diff) |
Lower CMake version requirement
Change-Id: I8ac2a69aeb1f6cf6daeb560bd38f92c411dbaf58
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6540171..37a35cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ # limitations under the License. ########################################################################### -CMAKE_MINIMUM_REQUIRED(VERSION 3.7) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5) include(CTest) enable_testing() |