Skip to content
Snippets Groups Projects
Commit 8d590ede authored by Marco Biasini's avatar Marco Biasini
Browse files

even less debugging output

parent 1a0c5028
Branches
Tags
No related merge requests found
...@@ -177,7 +177,6 @@ if (ENABLE_STATIC) ...@@ -177,7 +177,6 @@ if (ENABLE_STATIC)
set(Boost_USE_STATIC_LIBS ON) set(Boost_USE_STATIC_LIBS ON)
find_package(Boost ${_BOOST_MIN_VERSION} find_package(Boost ${_BOOST_MIN_VERSION}
COMPONENTS filesystem system iostreams regex REQUIRED) COMPONENTS filesystem system iostreams regex REQUIRED)
message(${Boost_LIBRARIES})
find_package(ZLIB REQUIRED) find_package(ZLIB REQUIRED)
set(STATIC_LIBRARIES ${Boost_LIBRARIES} ${FFTW_LIBRARIES} ${TIFF_LIBRARIES} set(STATIC_LIBRARIES ${Boost_LIBRARIES} ${FFTW_LIBRARIES} ${TIFF_LIBRARIES}
${PNG_LIBRARIES} ${ZLIB_LIBRARIES}) ${PNG_LIBRARIES} ${ZLIB_LIBRARIES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment