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
39f7da30
Commit
39f7da30
authored
Sep 06, 2016
by
Guillaume Pasero
Browse files
BUG: wrong icon path for windows
parent
190776ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Visualization/Monteverdi/src/CMakeLists.txt
View file @
39f7da30
...
...
@@ -51,7 +51,7 @@ otb_module_target( OTBMonteverdi )
if
(
WIN32
)
# Windows Resource file need to have the full path to icon
# if the .ico is not in the current dir
set
(
Monteverdi_App_WIN32_ICON
${
Monteverdi
_SOURCE_DIR
}
/Data/Icons/monteverdi.ico
)
set
(
Monteverdi_App_WIN32_ICON
${
OTB
_SOURCE_DIR
}
/
Utilities/
Data/Icons/monteverdi.ico
)
configure_file
(
mvdWin32.rc.in
mvdWin32.rc
...
...
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