Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
6924d8db
Commit
6924d8db
authored
Feb 09, 2016
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: fix duplicated target problem, prevented install on MacOS and Win
parent
d95bdf97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Modules/Visualization/IceViewer/src/CMakeLists.txt
Modules/Visualization/IceViewer/src/CMakeLists.txt
+3
-3
No files found.
Modules/Visualization/IceViewer/src/CMakeLists.txt
View file @
6924d8db
...
@@ -11,6 +11,6 @@ target_link_libraries(OTBIceViewer
...
@@ -11,6 +11,6 @@ target_link_libraries(OTBIceViewer
otb_module_target
(
OTBIceViewer
)
otb_module_target
(
OTBIceViewer
)
add_executable
(
otbI
ceViewer otbIce.cxx
)
add_executable
(
i
ceViewer otbIce.cxx
)
target_link_libraries
(
otbI
ceViewer OTBIceViewer
)
target_link_libraries
(
i
ceViewer OTBIceViewer
)
otb_module_target
(
otbI
ceViewer
)
otb_module_target
(
i
ceViewer
)
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