[DRTVWR-476] - fix openjpeg dll path

master
Anchor 2019-04-18 11:33:23 -07:00 committed by Nat Goodspeed
parent 101ab28f0c
commit 65b268ff86
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ if(WINDOWS)
set(release_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}")
set(release_files
openjpeg.dll
openjp2.dll
libapr-1.dll
libaprutil-1.dll
libapriconv-1.dll

View File

@ -12,8 +12,8 @@ else (USESYSTEMLIBS)
if(WINDOWS)
# Windows has differently named release and debug openjpeg(d) libs.
set(OPENJPEG_LIBRARIES
debug openjpegd
optimized openjpeg)
debug openjp2d
optimized openjp2)
else(WINDOWS)
set(OPENJPEG_LIBRARIES openjpeg)
endif(WINDOWS)