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
SDK
poxml
Commits
9bf4f87e
Commit
9bf4f87e
authored
Oct 24, 2019
by
Pino Toscano
Browse files
cmake: build/run tests only when enabled
parent
51f214b9
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9bf4f87e
...
@@ -82,7 +82,9 @@ install(TARGETS swappo ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
...
@@ -82,7 +82,9 @@ install(TARGETS swappo ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
add_subdirectory
(
tests
)
if
(
BUILD_TESTING
)
add_subdirectory
(
tests
)
endif
()
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
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