Skip to content

Commit

Permalink
Changing the minimal cmake version from 2.6 (that will be deprecated …
Browse files Browse the repository at this point in the history
…soon) to 2.8.12.
  • Loading branch information
LogashenkoDL committed Feb 28, 2021
1 parent c4163eb commit a824cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ughub.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def GenerateCMakeLists(path=None):
f.write("# WARNING: PLEASE DO NOT CHANGE THIS FILE (any changes may be lost)\n")
f.write("# This file was automatically generated and may be overwritten without notice.\n")
f.write("\n")
f.write("cmake_minimum_required(VERSION 2.6)\n")
f.write("cmake_minimum_required(VERSION 2.8.12)\n")
f.write("project(UG4)\n")
f.write("if(IS_DIRECTORY ${CMAKE_SOURCE_DIR}/ugcore)\n")
f.write(" add_subdirectory(ugcore)\n")
Expand Down

0 comments on commit a824cb1

Please sign in to comment.