diff --git a/CMakeLists.txt b/CMakeLists.txt index 90755377da882c5c1d7c2e4b31134786a1df957c..30644507311cb4a969102c25db2c5fb9af620008 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,7 +177,6 @@ if (ENABLE_STATIC) set(Boost_USE_STATIC_LIBS ON) find_package(Boost ${_BOOST_MIN_VERSION} COMPONENTS filesystem system iostreams regex REQUIRED) - message(${Boost_LIBRARIES}) find_package(ZLIB REQUIRED) set(STATIC_LIBRARIES ${Boost_LIBRARIES} ${FFTW_LIBRARIES} ${TIFF_LIBRARIES} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES})