Skip to content

Commit f4cedac

Browse files
committed
Minimal CMake version is now set to 2.8.12.
1 parent 3d0abd3 commit f4cedac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ set(SOURCES convection_diffusion_base.cpp
4949
################################################################################
5050
# The code below doesn't have to be changed (usually)
5151
################################################################################
52-
cmake_minimum_required(VERSION 2.6)
52+
cmake_minimum_required(VERSION 2.8.12)
5353

5454
project(UG_PLUGIN_${pluginName})
5555

0 commit comments

Comments
 (0)