Removed redundant comment
[libcds.git] / CMakeLists.txt
index 3ecebdbe5bb8f5433d24d4ee302dbfb47b599c85..31cbcf39d64cc55813a8f266060d6f69da357bc8 100644 (file)
@@ -129,6 +129,8 @@ if(CMAKE_BUILD_TYPE STREQUAL "DEBUG")
 else()
     message("Compiler flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE}")
 endif()
+message("Exe flags: ${CMAKE_EXE_LINKER_FLAGS}")
+
 if(Boost_FOUND)
     message("Boost: ${Boost_LIB_VERSION} in ${Boost_INCLUDE_DIRS}, lib ${Boost_LIBRARY_DIRS}")
 else()