Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
356cef21
Commit
356cef21
authored
Aug 27, 2011
by
Stephen Kelly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the formatting of feature_summary output a little better.
parent
0f78d92c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Modules/FeatureSummary.cmake
Modules/FeatureSummary.cmake
+1
-1
No files found.
Modules/FeatureSummary.cmake
View file @
356cef21
...
...
@@ -302,7 +302,7 @@ FUNCTION(_FS_GET_FEATURE_SUMMARY _property _var _includeQuiet)
IF
(
includeThisOne
)
SET
(
_currentFeatureText
"
${
_currentFeatureText
}
\n
${
_currentFeature
}
"
)
SET
(
_currentFeatureText
"
${
_currentFeatureText
}
\n
*
${
_currentFeature
}
"
)
GET_PROPERTY
(
_info GLOBAL PROPERTY _CMAKE_
${
_currentFeature
}
_REQUIRED_VERSION
)
IF
(
_info
)
SET
(
_currentFeatureText
"
${
_currentFeatureText
}
(required version
${
_info
}
)"
)
...
...
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