Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Podhorszki, Norbert
ADIOS2
Commits
782336ef
Commit
782336ef
authored
7 years ago
by
Atkins, Charles Vernon
Browse files
Options
Downloads
Patches
Plain Diff
Fix check to use a clean build
parent
b31012d0
No related branches found
No related tags found
1 merge request
!289
Fix check to use a clean build
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/dashboard/common.cmake
+2
-2
2 additions, 2 deletions
scripts/dashboard/common.cmake
with
2 additions
and
2 deletions
scripts/dashboard/common.cmake
+
2
−
2
View file @
782336ef
...
...
@@ -357,9 +357,9 @@ if(COMMAND dashboard_hook_init)
endif
()
if
(
dashboard_fresh
)
if
(
EXISTS CTEST_BINARY_DIRECTORY
)
if
(
EXISTS
"
${
CTEST_BINARY_DIRECTORY
}
"
)
message
(
"Clearing build tree..."
)
ctest_empty_binary_directory
(
${
CTEST_BINARY_DIRECTORY
}
)
ctest_empty_binary_directory
(
"
${
CTEST_BINARY_DIRECTORY
}
"
)
else
()
file
(
MAKE_DIRECTORY
"
${
CTEST_BINARY_DIRECTORY
}
"
)
endif
()
...
...
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