diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f5c242e1d..47c8a7d5bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,6 @@ if(Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION GREATER 45) endif(Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION GREATER 45) link_directories(${Boost_LIBRARY_DIRS}) -message(STATUS "libdir ${Boost_LIBRARY_DIRS} libs ${Boost_LIBRARIES} incldir ${Boost_INCLUDE_DIRS}") # On Windows, automatic linking is performed, so we don't need to worry about # it. Clear the list of libraries to link against and let Visual Studio handle