Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
65b268ff
Commit
65b268ff
authored
5 years ago
by
Anchor
Committed by
Nat Goodspeed
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[DRTVWR-476] - fix openjpeg dll path
parent
101ab28f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/cmake/Copy3rdPartyLibs.cmake
+1
-1
1 addition, 1 deletion
indra/cmake/Copy3rdPartyLibs.cmake
indra/cmake/OpenJPEG.cmake
+2
-2
2 additions, 2 deletions
indra/cmake/OpenJPEG.cmake
with
3 additions
and
3 deletions
indra/cmake/Copy3rdPartyLibs.cmake
+
1
−
1
View file @
65b268ff
...
@@ -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
openjp
eg
.dll
openjp
2
.dll
libapr-1.dll
libapr-1.dll
libaprutil-1.dll
libaprutil-1.dll
libapriconv-1.dll
libapriconv-1.dll
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/OpenJPEG.cmake
+
2
−
2
View file @
65b268ff
...
@@ -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 openjp
eg
d
debug openjp
2
d
optimized openjp
eg
)
optimized openjp
2
)
else
(
WINDOWS
)
else
(
WINDOWS
)
set
(
OPENJPEG_LIBRARIES openjpeg
)
set
(
OPENJPEG_LIBRARIES openjpeg
)
endif
(
WINDOWS
)
endif
(
WINDOWS
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment