Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMB
CMB-Superbuild
Commits
28bed403
Commit
28bed403
authored
Jan 19, 2021
by
Ben Boeckel
⛰
Browse files
cmake: include CTest at the top-level
parent
28c8be70
Pipeline
#209812
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
28bed403
...
...
@@ -400,3 +400,7 @@ list(APPEND superbuild_ctest_custom_files
list
(
APPEND superbuild_project_roots
"
${
CMAKE_CURRENT_LIST_DIR
}
/projects"
)
add_subdirectory
(
superbuild
)
if
(
BUILD_TESTING
)
include
(
CTest
)
endif
()
Ben Boeckel
⛰
@ben.boeckel
mentioned in commit
dac1d909
·
Jan 20, 2021
mentioned in commit
dac1d909
mentioned in commit dac1d909384cd330a1a55718a725546d9e348af3
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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