Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
youngho chai
VTK
Commits
d6c93be9
Commit
d6c93be9
authored
6 years ago
by
Kyle Edwards
Browse files
Options
Downloads
Patches
Plain Diff
vtk_common: Add dashboard_configure_args option
parent
863a952d
Branches
release
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vtk_common.cmake
+2
-1
2 additions, 1 deletion
vtk_common.cmake
with
2 additions
and
1 deletion
vtk_common.cmake
+
2
−
1
View file @
d6c93be9
...
...
@@ -32,6 +32,7 @@
# dashboard_source_name = Name of source directory (VTK)
# dashboard_binary_name = Name of binary directory (VTK-build)
# dashboard_cache = Initial CMakeCache.txt file content
# dashboard_configure_args = CMake configure args
# dashboard_cvs_tag = CVS tag to checkout (ex: VTK-5-6)
# dashboard_do_coverage = True to enable coverage (ex: gcov)
# dashboard_do_memcheck = True to enable memcheck (ex: valgrind)
...
...
@@ -419,7 +420,7 @@ while(NOT dashboard_done)
if
(
dashboard_fresh OR NOT dashboard_continuous OR count GREATER 0
)
ctest_configure
()
ctest_configure
(
OPTIONS
"
${
dashboard_configure_args
}
"
)
ctest_submit
(
PARTS Update Configure Notes
)
ctest_read_custom_files
(
${
CTEST_BINARY_DIRECTORY
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment