From 39f65fa5db50706d5766a350a2c8fef40f1ba951 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 28 Aug 2018 15:18:13 +0200 Subject: Lower CMake version requirement Change-Id: I8ac2a69aeb1f6cf6daeb560bd38f92c411dbaf58 Signed-off-by: Romain Forlot --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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() -- cgit 1.2.3-korg