Got rid of boost.
This commit is contained in:
parent
de2632af0d
commit
076fb8a65e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user