mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
FPHSA: Remove extra space in module components report
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
-- Found Boost: [^
|
||||
]* \(found suitable version "1\.12345", minimum required is "1\.12345"\) found components: date_time
|
||||
]* \(found suitable version "1\.12345", minimum required is "1\.12345"\) found components: date_time
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-- Found Boost: [^
|
||||
]* \(found suitable version "1\.70\.42", minimum required is "1\.70"\) found components: date_time python37 mpi_python2 *
|
||||
]* \(found suitable version "1\.70\.42", minimum required is "1\.70"\) found components: date_time python37 mpi_python2 *
|
||||
-- Boost_FOUND: TRUE
|
||||
-- Boost_INCLUDE_DIRS: [^
|
||||
]*/Tests/RunCMake/FindBoost/CMakePackage[^/]*/include
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-- Found Boost: [^
|
||||
]* \(found suitable version "1\.70\.42", minimum required is "1\.70"\) found components: date_time python37 mpi_python2 *
|
||||
]* \(found suitable version "1\.70\.42", minimum required is "1\.70"\) found components: date_time python37 mpi_python2 *
|
||||
-- Boost_FOUND: TRUE
|
||||
-- Boost_INCLUDE_DIRS: [^
|
||||
]*/Tests/RunCMake/FindBoost/CMakePackage[^/]*/include
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-- Found Boost: [^
|
||||
]* \(found suitable version "1\.70\.42", minimum required is "1\.70"\) found components: date_time *
|
||||
]* \(found suitable version "1\.70\.42", minimum required is "1\.70"\) found components: date_time *
|
||||
-- Boost_FOUND: TRUE
|
||||
-- Boost_INCLUDE_DIRS: [^
|
||||
]*/Tests/RunCMake/FindBoost/CMakePackage_MissingTarget/include
|
||||
|
||||
Reference in New Issue
Block a user