aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)