View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008321CMakeModulespublic2008-12-21 16:292016-06-10 14:30
ReporterAlbert Astals Cid 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0008321: CMake module to detect libopenjpeg
DescriptionIt seems CMake does not have a module to detect libopenjpeg. So i'm contributing it. It's licensed under BSD but i can relicense if you want.

If you are interested in modules i think i have some around that are not in cvs, tellme and i'll open new bugs.
TagsNo tags attached.
Attached Files? file icon FindLIBOPENJPEG.cmake [^] (1,279 bytes) 2008-12-21 16:29
? file icon FindOpenJPEG.cmake [^] (1,299 bytes) 2009-09-05 07:27

 Relationships

  Notes
(0017312)
Mauro Toffanin (reporter)
2009-09-05 07:27

The proposed module FindLIBOPENJPEG.cmake from user @tsdgeos is not valid:

1- it uses LIBOPENJPEG_LIBRARIES directly into FIND_LIBRARY;
2- redundant and useless IF/ELSE statements;
3- QUIET/REQUIRED is not honored;
4- redundant messages that can be avoid using proper find_package_handle_standard_args();
5- the name of the module must be FindOpenJPEG.cmake with the "LIB" prefix;
6- redundant /usr/lib and /usr/local/lib paths as they are default for find_library() and find_path();
7- missing paths for prebuild binaries (/opt path);

Attached there is a new FindOpenJPEG.cmake module that fixes all the reported issues and adds support for OSX. Hope to be usefull.
(0031170)
Philip Lowman (developer)
2012-10-04 01:25

Assigning this issue to the backlog. See the following page for more information about including modules in CMake:

http://www.cmake.org/Wiki/CMake:Module_Maintainers [^]
(0041485)
Kitware Robot (administrator)
2016-06-10 14:27

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2008-12-21 16:29 Albert Astals Cid New Issue
2008-12-21 16:29 Albert Astals Cid File Added: FindLIBOPENJPEG.cmake
2009-01-15 13:00 Bill Hoffman Status new => assigned
2009-01-15 13:00 Bill Hoffman Assigned To => Philip Lowman
2009-01-19 23:23 Philip Lowman Severity minor => feature
2009-01-19 23:23 Philip Lowman Reproducibility have not tried => N/A
2009-09-05 07:27 Mauro Toffanin Note Added: 0017312
2009-09-05 07:28 Mauro Toffanin File Added: FindOpenJPEG.cmake
2012-10-04 01:25 Philip Lowman Note Added: 0031170
2012-10-04 01:25 Philip Lowman Assigned To Philip Lowman =>
2012-10-04 01:25 Philip Lowman Status assigned => backlog
2016-06-10 14:27 Kitware Robot Note Added: 0041485
2016-06-10 14:27 Kitware Robot Status backlog => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:27 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team