summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2010-03-06 17:08:59 +0100
committerPino Toscano <pino@kde.org>2010-03-06 17:08:59 +0100
commitd313c0f508711b3b7166b84608c43ebf1f07194b (patch)
tree620dc13bc72491112cb3aa862d92d233bb33e3c5 /cmake
parent0425ff835fa26df5e25e628a6c56f3a180713905 (diff)
[CMake] rename the show_end_message() macro to show_end_message_yesno()
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/PopplerMacros.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/PopplerMacros.cmake b/cmake/modules/PopplerMacros.cmake
index f8a0b64c..aa543116 100644
--- a/cmake/modules/PopplerMacros.cmake
+++ b/cmake/modules/PopplerMacros.cmake
@@ -49,7 +49,7 @@ macro(POPPLER_CREATE_INSTALL_PKGCONFIG generated_file install_location)
endif(NOT WIN32)
endmacro(POPPLER_CREATE_INSTALL_PKGCONFIG)
-macro(SHOW_END_MESSAGE what enabled)
+macro(SHOW_END_MESSAGE_YESNO what enabled)
string(LENGTH ${what} length_what)
math(EXPR left_char "20 - ${length_what}")
set(blanks)
@@ -63,7 +63,7 @@ macro(SHOW_END_MESSAGE what enabled)
endif(${enabled})
message(" ${what}:${blanks} ${enabled_string}")
-endmacro(SHOW_END_MESSAGE)
+endmacro(SHOW_END_MESSAGE_YESNO)
set(CMAKE_SYSTEM_INCLUDE_PATH ${CMAKE_SYSTEM_INCLUDE_PATH}