1
0

CMake: Remove needless minimum version specifications.

This commit is contained in:
Mattes D
2016-07-17 16:41:48 +02:00
parent 430b623223
commit 8eaa8613da
32 changed files with 0 additions and 64 deletions

View File

@@ -1,6 +1,3 @@
cmake_minimum_required (VERSION 2.6)
project (GrownBiomeGenVisualiser)
# Without this, the MSVC variable isn't defined for MSVC builds ( https://www.cmake.org/pipermail/cmake/2011-November/047130.html )