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
91f99230
Commit
91f99230
authored
Apr 14, 2016
by
Rashad Kanavath
Browse files
BUG: fix mantis 1193
parent
94016f4e
Changes
2
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
91f99230
...
...
@@ -32,6 +32,11 @@ include(CMakeDependentOption)
# use ExternalProject
include
(
ExternalProject
)
#mantis: 1193
if
(
APPLE
)
set
(
CMAKE_SYSTEM_FRAMEWORK_PATH
""
CACHE PATH
""
FORCE
)
endif
()
if
(
CMAKE_HOST_WIN32
)
string
(
LENGTH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
n
)
...
...
SuperBuild/patches/OSSIM/CMakeLists.txt
View file @
91f99230
...
...
@@ -3,5 +3,11 @@ cmake_minimum_required(VERSION 2.8.8)
project
(
OTB-OSSIM
)
set
(
CMAKE_MODULE_PATH
"
${
CMAKE_SOURCE_DIR
}
/ossim_package_support/cmake/CMakeModules"
)
#mantis: 1193
#RK: do we need to do this for other dependencies?
if
(
APPLE
)
set
(
CMAKE_SYSTEM_FRAMEWORK_PATH
""
CACHE PATH
""
FORCE
)
endif
()
message
(
STATUS
"[OTB SuperBuild] CMAKE_MODULE_PATH=
${
CMAKE_MODULE_PATH
}
"
)
add_subdirectory
(
ossim
)
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