diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-07-08 16:01:44 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-07-08 16:01:44 +0200 |
commit | f42e24266ef347c5fbdfc224dfd6933c5b6e23dd (patch) | |
tree | 70a41be1a14bca09b2ce12906496a7a6534842dd /CMakeLists.txt | |
parent | 558449a87d0fb36481e69b70e06beee6009e217c (diff) |
downgrade cmake to 3.3
Change-Id: I1bed50e53ea1bd5c34ff494c14fff01862d832e8
Signed-off-by: José Bollo <jose.bollo@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 016b497..c4a94b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ project(af-gps-binding C) -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 3.3) include(GNUInstallDirs) |