Skip to content
Snippets Groups Projects
Commit 39f7da30 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: wrong icon path for windows

parent 190776ea
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment