From cec740f429a8105dbf10ebbada2988eef372acd4 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Sun, 9 Mar 2014 17:54:17 +0000 Subject: [PATCH] Remove search for Boost We don't use Boost anywhere any more so don't try to search for it. --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cadcdb15..1b025392 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,12 +55,6 @@ else() set_package_properties(Qt4 PROPERTIES TYPE OPTIONAL PURPOSE "Building the tests") endif() -if(MSVC AND (MSVC_VERSION LESS 1600)) - # Require boost for older (pre-vc2010) Visual Studio compilers - # See library/include/polyvoxcore/impl/TypeDef.h - find_package(Boost REQUIRED) - include_directories(${Boost_INCLUDE_DIRS}) -endif() IF(CMAKE_COMPILER_IS_GNUCXX) #Maybe "OR MINGW" ADD_DEFINITIONS(-std=c++0x) #Enable C++0x mode