summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-08-09 14:27:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-08-09 14:28:45 (GMT)
commit1a901ed09e27387f14d419adb407e7964d176f37 (patch)
treec87e37b489ff87b97d0047ebd33c7330d4bf942e /Modules
parent8bd5e5f181f2f458681dd1435f96b180c3b095dc (diff)
parente45187d525a129d2903f44cfbc4dc3210905757d (diff)
downloadCMake-1a901ed09e27387f14d419adb407e7964d176f37.zip
CMake-1a901ed09e27387f14d419adb407e7964d176f37.tar.gz
CMake-1a901ed09e27387f14d419adb407e7964d176f37.tar.bz2
Merge topic 'fphsa-components-space'
e45187d525 FPHSA: Remove extra space in module components report Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Turbov <i.zaufi@gmail.com> Merge-request: !3655
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindPackageHandleStandardArgs.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindPackageHandleStandardArgs.cmake b/Modules/FindPackageHandleStandardArgs.cmake
index 1722d6a..a2999fc 100644
--- a/Modules/FindPackageHandleStandardArgs.cmake
+++ b/Modules/FindPackageHandleStandardArgs.cmake
@@ -264,14 +264,14 @@ function(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG)
if(${_NAME}_${comp}_FOUND)
if(NOT DEFINED FOUND_COMPONENTS_MSG)
- set(FOUND_COMPONENTS_MSG "found components: ")
+ set(FOUND_COMPONENTS_MSG "found components:")
endif()
string(APPEND FOUND_COMPONENTS_MSG " ${comp}")
else()
if(NOT DEFINED MISSING_COMPONENTS_MSG)
- set(MISSING_COMPONENTS_MSG "missing components: ")
+ set(MISSING_COMPONENTS_MSG "missing components:")
endif()
string(APPEND MISSING_COMPONENTS_MSG " ${comp}")