From bc8240fe63324ec80a81475c420c209bdf43aaad Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Wed, 26 Dec 2012 15:09:54 +0000 Subject: [PATCH] These checks are no longer needed since it's checked in the top level file --- library/PolyVoxCore/CMakeLists.txt | 2 -- library/PolyVoxUtil/CMakeLists.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/library/PolyVoxCore/CMakeLists.txt b/library/PolyVoxCore/CMakeLists.txt index 48bae99e..f6f9753f 100644 --- a/library/PolyVoxCore/CMakeLists.txt +++ b/library/PolyVoxCore/CMakeLists.txt @@ -20,8 +20,6 @@ # 3. This notice may not be removed or altered from any source # distribution. -CMAKE_MINIMUM_REQUIRED(VERSION 2.6) - PROJECT(PolyVoxCore) #Set up the C++11 feature header file based on the CheckCXX11Features script diff --git a/library/PolyVoxUtil/CMakeLists.txt b/library/PolyVoxUtil/CMakeLists.txt index a52006c9..7fbdb43e 100644 --- a/library/PolyVoxUtil/CMakeLists.txt +++ b/library/PolyVoxUtil/CMakeLists.txt @@ -20,8 +20,6 @@ # 3. This notice may not be removed or altered from any source # distribution. -CMAKE_MINIMUM_REQUIRED(VERSION 2.6) - PROJECT(PolyVoxUtil) #Projects source files