Got rid of boost.

This commit is contained in:
Andrew 2013-01-31 14:32:04 -06:00
parent de2632af0d
commit 076fb8a65e

View File

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