From 491282dd00ab382356cf6957ddde8ccc50444e5a Mon Sep 17 00:00:00 2001 From: khizmax Date: Mon, 10 Apr 2017 23:30:19 +0300 Subject: [PATCH] Added exe linker flags to the output --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.34.1