Commit 298fe20a by Maarten L. Hekkelman

improve cmake files?

parent 12a7c454
......@@ -174,8 +174,8 @@ set(Boost_DETAILED_FAILURE_MSG ON)
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost 1.70.0 REQUIRED COMPONENTS system iostreams regex date_time program_options)
find_package(ZLIB)
find_package(BZip2)
find_package(ZLIB REQUIRED)
find_package(BZip2 REQUIRED)
include_directories(${Boost_INCLUDE_DIR})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment