Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Belvire
otb
Commits
f090d054
Commit
f090d054
authored
16 years ago
by
Jordi Inglada
Browse files
Options
Downloads
Patches
Plain Diff
BUG: revert corrections for cygwin
parent
f4d7fc6e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Testing/Code/IO/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Testing/Code/IO/CMakeLists.txt
Utilities/otbossimplugins/CMakeLists.txt
+0
-1
0 additions, 1 deletion
Utilities/otbossimplugins/CMakeLists.txt
with
1 addition
and
2 deletions
Testing/Code/IO/CMakeLists.txt
+
1
−
1
View file @
f090d054
...
...
@@ -1806,7 +1806,7 @@ ADD_EXECUTABLE(otbIOTests14 otbIOTests14.cxx ${BasicIO_SRCS14})
TARGET_LINK_LIBRARIES
(
otbIOTests14 OTBIO
)
ADD_EXECUTABLE
(
otbIOTests15 otbIOTests15.cxx
${
BasicIO_SRCS15
}
)
TARGET_LINK_LIBRARIES
(
otbIOTests15 OTBIO
)
TARGET_LINK_LIBRARIES
(
otbIOTests15 OTBIO
otbossimplugins
)
ADD_EXECUTABLE
(
otbIOTests16 otbIOTests16.cxx
${
BasicIO_SRCS16
}
)
TARGET_LINK_LIBRARIES
(
otbIOTests16 OTBIO
)
...
...
This diff is collapsed.
Click to expand it.
Utilities/otbossimplugins/CMakeLists.txt
+
0
−
1
View file @
f090d054
...
...
@@ -13,7 +13,6 @@ SET(ossimplugins_SOURCES
ADD_LIBRARY
(
otbossimplugins
${
ossimplugins_SOURCES
}
)
TARGET_LINK_LIBRARIES
(
otbossimplugins gdal
)
INSTALL
(
TARGETS otbossimplugins
RUNTIME DESTINATION
${
OTB_INSTALL_BIN_DIR
}
COMPONENT RuntimeLibraries
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment