Update CMake required version
[src/app-framework-main.git] / CMakeLists.txt
index 45ac19c..7dec6b0 100644 (file)
@@ -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)