Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
2f8befef
Commit
2f8befef
authored
May 13, 2016
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SuperBuild: get .diff files that matches pattern
parent
8d7a429b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
SuperBuild/CMake/patch.cmake
SuperBuild/CMake/patch.cmake
+1
-2
No files found.
SuperBuild/CMake/patch.cmake
View file @
2f8befef
file
(
GLOB all_dot_diff_files
"
${
PATCH_DIR
}
/*diff"
)
file
(
GLOB all_dot_diff_files
"
${
PATCH_DIR
}
/*
${
DIFF_FILE_MATCH_STRING
}
*diff"
)
find_program
(
PATCH_PROGRAM NAMES patch
)
if
(
PATCH_PROGRAM
)
foreach
(
dot_diff_file
${
all_dot_diff_files
}
)
...
...
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