Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KSysGuard
Commits
5203b119
Commit
5203b119
authored
Mar 22, 2015
by
Christophe Giboudeaux
Browse files
Don't display anything after showing the packages we found.
parent
a148102e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5203b119
...
...
@@ -38,8 +38,6 @@ set_package_properties(Sensors PROPERTIES
TYPE OPTIONAL
PURPOSE
"Allows to show sensor information"
)
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
include_directories
(
${
CMAKE_CURRENT_BINARY_DIR
}
)
configure_file
(
config-workspace.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config-workspace.h
)
...
...
@@ -49,3 +47,6 @@ add_subdirectory( pics )
add_subdirectory
(
example
)
add_subdirectory
(
ksysguardd
)
feature_summary
(
WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES
)
Write
Preview
Supports
Markdown
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