4d147d9630
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> |
||
---|---|---|
.. | ||
astyle | ||
include | ||
liblcms2 | ||
libpng | ||
libtiff | ||
libz | ||
CMakeLists.txt | ||
README.txt |
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.