Browse Source

raised min version point to 3.5.0

richarddobson 3 months ago
parent
commit
7bc86cea17
1 changed files with 2 additions and 1 deletions
  1. 2 1
      CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -1,5 +1,6 @@
 # RWD version for newsfsys with PVOC EX support
-cmake_minimum_required(VERSION 2.8.3)
+#cmake_minimum_required(VERSION 2.8.3)
+cmake_minimum_required(VERSION 3.5.0)
 
 project (CDP)