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
b1d7c4b1
Commit
b1d7c4b1
authored
May 13, 2012
by
Alexander Neundorf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FeatureSummary.cmake: nicer formatting
Alex
parent
c7dab4b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Modules/FeatureSummary.cmake
Modules/FeatureSummary.cmake
+2
-2
No files found.
Modules/FeatureSummary.cmake
View file @
b1d7c4b1
...
...
@@ -318,7 +318,7 @@ FUNCTION(_FS_GET_FEATURE_SUMMARY _property _var _includeQuiet)
GET_PROPERTY
(
_info GLOBAL PROPERTY _CMAKE_
${
_currentFeature
}
_PURPOSE
)
FOREACH
(
_purpose
${
_info
}
)
SET
(
_currentFeatureText
"
${
_currentFeatureText
}
\n
*
${
_purpose
}
"
)
SET
(
_currentFeatureText
"
${
_currentFeatureText
}
\n
${
_purpose
}
"
)
ENDFOREACH
()
ENDIF
(
includeThisOne
)
...
...
@@ -399,7 +399,7 @@ FUNCTION(FEATURE_SUMMARY)
SET
(
_tmp
)
_FS_GET_FEATURE_SUMMARY
(
${
part
}
_tmp
${
_FS_INCLUDE_QUIET_PACKAGES
}
)
IF
(
_tmp
)
SET
(
_fullText
"
${
_fullText
}
\n
\n
--
${
title_
${
part
}}
\n
${
_tmp
}
"
)
SET
(
_fullText
"
${
_fullText
}
\n
--
${
title_
${
part
}}
\n
${
_tmp
}
\n
"
)
IF
(
"
${
part
}
"
STREQUAL
"REQUIRED_PACKAGES_NOT_FOUND"
)
SET
(
requiredPackagesNotFound TRUE
)
ENDIF
()
...
...
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