Reduced required CMake to only version 2.8.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 2.8.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
project(WombatFS)
|
project(WombatFS)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 2.8.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
add_library(
|
add_library(
|
||||||
WFS
|
WFS
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 2.8.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
|
|
||||||
add_executable(
|
add_executable(
|
||||||
Format
|
Format
|
||||||
|
|||||||
Reference in New Issue
Block a user