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
19f1561c
Commit
19f1561c
authored
Sep 02, 2016
by
Guillaume Pasero
Browse files
BUG: use the INCLUDE_DIR given by FindGLEW.cmake
parent
60a22796
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/ThirdParty/Glew/CMakeLists.txt
View file @
19f1561c
project
(
OTBGlew
)
set
(
OTBGlew_THIRD_PARTY 1
)
set
(
OTBGlew_SYSTEM_INCLUDE_DIRS
${
GLEW_INCLUDE_
PATH
}
)
set
(
OTBGlew_SYSTEM_INCLUDE_DIRS
${
GLEW_INCLUDE_
DIR
}
)
set
(
OTBGlew_LIBRARIES
${
GLEW_LIBRARY
}
)
otb_module_impl
()
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