Notes |
|
(0017312)
|
Mauro Toffanin
|
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
|
2012-10-04 01:25
|
|
|
|
(0041485)
|
Kitware Robot
|
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. |
|