Skip to content
Snippets Groups Projects
Commit 65b268ff authored by Anchor's avatar Anchor Committed by Nat Goodspeed
Browse files

[DRTVWR-476] - fix openjpeg dll path

parent 101ab28f
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ if(WINDOWS) ...@@ -37,7 +37,7 @@ if(WINDOWS)
set(release_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}") set(release_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}")
set(release_files set(release_files
openjpeg.dll openjp2.dll
libapr-1.dll libapr-1.dll
libaprutil-1.dll libaprutil-1.dll
libapriconv-1.dll libapriconv-1.dll
......
...@@ -12,8 +12,8 @@ else (USESYSTEMLIBS) ...@@ -12,8 +12,8 @@ else (USESYSTEMLIBS)
if(WINDOWS) if(WINDOWS)
# Windows has differently named release and debug openjpeg(d) libs. # Windows has differently named release and debug openjpeg(d) libs.
set(OPENJPEG_LIBRARIES set(OPENJPEG_LIBRARIES
debug openjpegd debug openjp2d
optimized openjpeg) optimized openjp2)
else(WINDOWS) else(WINDOWS)
set(OPENJPEG_LIBRARIES openjpeg) set(OPENJPEG_LIBRARIES openjpeg)
endif(WINDOWS) endif(WINDOWS)
......
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