aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-05 14:00:32 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-09-05 14:00:32 +0200
commit0a9b6dcda819720ebc02f406d07d99b870d87fed (patch)
tree227b28cf06053eb993bf9f9a8600d446d8753733
parentf8eb652a866f3a28b0853c4ccb6e8175c23ca18e (diff)
Update CMake required version
Change-Id: I8d45e9d0430600444a25d923412dd8e385b91470 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45ac19c..7dec6b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,9 +16,9 @@
# limitations under the License.
###########################################################################
-project(afm-main C)
+cmake_minimum_required(VERSION 3.4.3)
-cmake_minimum_required(VERSION 2.8)
+project(afm-main C)
include(GNUInstallDirs)
include(CTest)