Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
41318fcc
Commit
41318fcc
authored
Feb 13, 2009
by
Emmanuel Christophe
Browse files
COMP: clearing up gdal mess
parent
b829fa03
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
41318fcc
...
...
@@ -324,7 +324,7 @@ ENDIF (NOT GDAL_INCLUDE_DIRS)
INCLUDE_DIRECTORIES
(
${
GDAL_INCLUDE_DIRS
}
)
FIND_LIBRARY
(
GDAL_LIBRARY NAMES gdal gdal1.
5.0 PATHS
${
GDAL_LIBRARY_DIRS
}
/usr/lib/gdal
)
FIND_LIBRARY
(
GDAL_LIBRARY NAMES gdal gdal1.
6.0 gdal1.5.0 gdal1.4.0 gdal1.3.2 PATHS
/usr/lib/gdal
)
IF
(
NOT GDAL_LIBRARY
)
MESSAGE
(
FATAL_ERROR
...
...
Write
Preview
Supports
Markdown
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