diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 07160a3..d3f30af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,7 +205,7 @@ INSTALL ( FILES ${CMAKE_SOURCE_DIR}/README MESSAGE ( STATUS "<Printing out environment settings>" ) MESSAGE ( STATUS "<******************************>" ) MESSAGE ( STATUS "CFlags: ${CMAKE_C_FLAGS}" ) -MESSAGE ( STATUS "LDFLAGS: ${CMAKE_CXX_FLAGS}" ) +MESSAGE ( STATUS "LDFLAGS: ${CMAKE_LINK_FLAGS}" ) MESSAGE ( STATUS "PREFIX: ${CMAKE_INSTALL_PREFIX}" ) MESSAGE ( STATUS "ETC directory: ${CMAKE_CONF_PATH}" ) MESSAGE ( STATUS "DOC directory: ${CMAKE_DOC_PATH}" ) |