Remove search for Boost

We don't use Boost anywhere any more so don't try to search for it.
This commit is contained in:
Matt Williams 2014-03-09 17:54:17 +00:00
parent 163e520e9f
commit cec740f429

View File

@ -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