From 49fefa5a2abfb74aeaed567289d30c7ce5b9e561 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Mon, 15 Oct 2012 23:37:03 +0000 Subject: [PATCH] This comment isn't necessary. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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