From 8eaa8613daa8e433f68587d8a3a30bba2c7b9d4a Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 17 Jul 2016 16:41:48 +0200 Subject: CMake: Remove needless minimum version specifications. --- Tools/MCADefrag/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'Tools/MCADefrag/CMakeLists.txt') diff --git a/Tools/MCADefrag/CMakeLists.txt b/Tools/MCADefrag/CMakeLists.txt index 104f991a7..efa4abddb 100644 --- a/Tools/MCADefrag/CMakeLists.txt +++ b/Tools/MCADefrag/CMakeLists.txt @@ -1,6 +1,3 @@ - -cmake_minimum_required (VERSION 2.6) - project (MCADefrag) # Without this, the MSVC variable isn't defined for MSVC builds ( https://www.cmake.org/pipermail/cmake/2011-November/047130.html ) -- cgit v1.2.3