From 076fb8a65e2774b092798ec15c647e2d9423e6a5 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 31 Jan 2013 14:32:04 -0600 Subject: Got rid of boost. --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 218d7f13..20675e0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,16 +24,6 @@ include_directories(${Qt5Widgets_INCLUDE_DIRS}) # find ZLIB for quazip find_package(ZLIB REQUIRED) -# Find boost. -set(Boost_USE_STATIC_LIBS ON) -MESSAGE(STATUS "** Finding Boost...") -find_package(Boost 1.46.0 REQUIRED) -MESSAGE(STATUS "** Boost Include: ${Boost_INCLUDE_DIR}") -MESSAGE(STATUS "** Boost Libraries: ${Boost_LIBRARY_DIRS}") - -# Include boost. -include_directories("${Boost_INCLUDE_DIRS}") - # Add quazip add_subdirectory(quazip) -- cgit v1.2.3