-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[openjpeg] Update version to 2.4.0 (#20021)
* [openjpeg] Update version to 2.4.0 * Modify linkage check and remove unused parameters * Enable the tool generation of each features Co-authored-by: Cheney-Wang <[email protected]>
- Loading branch information
Showing
5 changed files
with
64 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 5a41078..747c61c 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -277,7 +277,7 @@ mark_as_advanced(BUILD_VIEWER) | ||
mark_as_advanced(BUILD_JAVA) | ||
mark_as_advanced(BUILD_JP3D) | ||
|
||
-if(BUILD_CODEC OR BUILD_MJ2) | ||
+if(BUILD_CODEC OR BUILD_JPWL OR BUILD_MJ2 OR BUILD_JPIP OR BUILD_JP3D) | ||
# OFF: It will only build 3rd party libs if they are not found on the system | ||
# ON: 3rd party libs will ALWAYS be build, and used | ||
option(BUILD_THIRDPARTY "Build the thirdparty executables if it is needed" OFF) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters