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

BUG: Mantis-1424: fix missing proj.dll in windows packages

parent 4faf4e08
No related branches found
No related tags found
No related merge requests found
......@@ -311,8 +311,10 @@ function(func_prepare_package)
endif()
# special case for msvc: ucrtbase.dll must be explicitly vetted.
# for proj.dll, see Mantis-1424
if(MSVC AND NOT PKG_GENERATE_XDK)
list(APPEND PKG_PEFILES "ucrtbase.dll")
list(APPEND PKG_PEFILES "proj.dll")
endif()
file(GLOB OTB_APPS_LIST "${OTB_APPLICATIONS_DIR}/otbapp_*${LIB_EXT}") # /lib/otb
......
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