Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
0aad2793
Commit
0aad2793
authored
Jul 25, 2016
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: DOC: use find_program( convert) instead of find_package(ImageMagick)
parent
16b76171
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Documentation/SoftwareGuide/CMakeLists.txt
Documentation/SoftwareGuide/CMakeLists.txt
+1
-1
No files found.
Documentation/SoftwareGuide/CMakeLists.txt
View file @
0aad2793
...
...
@@ -81,7 +81,7 @@ ENDIF( BUILD_FIGURES )
# Find ImageMagick tools
# This is used to convert image formats
#
INCLUDE
(
${
CMAKE_ROOT
}
/Modules/FindImageMagick.cmake
)
find_program
(
IMAGEMAGICK_CONVERT_EXECUTABLE convert
)
IF
(
NOT IMAGEMAGICK_CONVERT_EXECUTABLE
)
MESSAGE
(
FATAL_ERROR
"ImageMagick convert utility was not found. Please pass to advanced mode and provide its full path"
)
ENDIF
(
NOT IMAGEMAGICK_CONVERT_EXECUTABLE
)
...
...
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