Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
e45187d5
Commit
e45187d5
authored
Aug 06, 2019
by
Sylvain Joubert
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FPHSA: Remove extra space in module components report
parent
53fc083d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
Modules/FindPackageHandleStandardArgs.cmake
Modules/FindPackageHandleStandardArgs.cmake
+2
-2
Tests/RunCMake/FindBoost/CMakePackage-stdout.txt
Tests/RunCMake/FindBoost/CMakePackage-stdout.txt
+1
-1
Tests/RunCMake/FindBoost/LegacyVars-LowercaseTargetPrefix-stdout.txt
...ake/FindBoost/LegacyVars-LowercaseTargetPrefix-stdout.txt
+1
-1
Tests/RunCMake/FindBoost/LegacyVars-TargetsDefined-stdout.txt
...s/RunCMake/FindBoost/LegacyVars-TargetsDefined-stdout.txt
+1
-1
Tests/RunCMake/FindBoost/MissingTarget-stdout.txt
Tests/RunCMake/FindBoost/MissingTarget-stdout.txt
+1
-1
No files found.
Modules/FindPackageHandleStandardArgs.cmake
View file @
e45187d5
...
...
@@ -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
}
"
)
...
...
Tests/RunCMake/FindBoost/CMakePackage-stdout.txt
View file @
e45187d5
-- 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
Tests/RunCMake/FindBoost/LegacyVars-LowercaseTargetPrefix-stdout.txt
View file @
e45187d5
-- 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
...
...
Tests/RunCMake/FindBoost/LegacyVars-TargetsDefined-stdout.txt
View file @
e45187d5
-- 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
...
...
Tests/RunCMake/FindBoost/MissingTarget-stdout.txt
View file @
e45187d5
-- 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
...
...
Brad King
@brad.king
mentioned in commit
1a901ed0
·
Aug 09, 2019
mentioned in commit
1a901ed0
mentioned in commit 1a901ed09e27387f14d419adb407e7964d176f37
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment