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
04396510
Commit
04396510
authored
May 19, 2016
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SuperBuild: jpeg: remove unused patch
parent
dbb0aaf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
SuperBuild/patches/JPEG/patch.cmake
SuperBuild/patches/JPEG/patch.cmake
+0
-7
No files found.
SuperBuild/patches/JPEG/patch.cmake
deleted
100644 → 0
View file @
dbb0aaf2
file
(
READ
${
CMAKE_SOURCE_DIR
}
/CMakeLists.txt cmake_lists_orig1
)
string
(
REPLACE
"-DUSE_SETMODE"
""
cmake_lists_patch1
${
cmake_lists_orig1
}
)
file
(
WRITE
${
CMAKE_SOURCE_DIR
}
/CMakeLists.txt
"
${
cmake_lists_patch1
}
"
)
file
(
READ
${
CMAKE_SOURCE_DIR
}
/sharedlib/CMakeLists.txt cmake_lists_orig
)
string
(
REPLACE
"-DUSE_SETMODE"
""
cmake_lists_patch
${
cmake_lists_orig
}
)
file
(
WRITE
${
CMAKE_SOURCE_DIR
}
/sharedlib/CMakeLists.txt
"
${
cmake_lists_patch
}
"
)
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