openjpeg/thirdparty
Peter Korsgaard 4d147d9630 CMakeLists.txt: Don't require a C++ compiler
By default, CMake assumes that the project is using both C and C++.  By
explicitly passing 'C' as argument of the project() macro, we tell CMake
that only C is used, which prevents CMake from erroring out if a C++
compiler doesn't exist.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
[Retrieved (and slightly updated by adding enable_language(CXX) if
WITH_ASTYLE is set) from:
https://git.buildroot.net/buildroot/tree/package/openjpeg/0003-CMakeLists.txt-Don-t-require-a-C-compiler.patch]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2021-01-04 09:14:20 +01:00
..
astyle Remove opjstyle binary that went inadvertently committed in d4e54e9f35 (#1026) 2017-09-22 21:43:09 +02:00
include docs: fix simple typo, producted -> produced 2020-12-16 21:19:17 +11:00
liblcms2 Update to lcms 2.8 (#808) 2016-08-06 13:04:56 +02:00
libpng Update to libpng 1.6.25 (#821) 2016-09-06 22:33:45 +02:00
libtiff Use lowercase for cmake commands consistenly 2016-05-02 16:05:41 +02:00
libz Fix Windows build 2020-12-31 14:54:59 +01:00
CMakeLists.txt CMakeLists.txt: Don't require a C++ compiler 2021-01-04 09:14:20 +01:00
README.txt Fix some typos in code comments and documentation 2018-09-05 20:01:10 +02:00

README.txt

This directory contains 3rd party libs (PNG, ZLIB)...

They are convinient copy of code from people outside of the OpenJPEG community.
They are solely provided for ease of build of OpenJPEG on system where those
3rd party libs are not easily accessible (typically non-UNIX).

The OpenJPEG does not recommend using those 3rd party libs over your system
installed libs. The OpenJPEG does not even guarantee that those libraries will
work for you.