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