From: khizmax Date: Mon, 10 Apr 2017 20:30:19 +0000 (+0300) Subject: Added exe linker flags to the output X-Git-Tag: v2.3.0~79 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=491282dd00ab382356cf6957ddde8ccc50444e5a;p=libcds.git Added exe linker flags to the output --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ecebdbe..31cbcf39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()