LibRaw-cmake
LibRaw-cmake copied to clipboard
LibRaw cmake scripts, contributed by users, unmaintained by LibRaw
I have a problem using LibRaw-cmake in a project that depends on OpenCV. It appears that OpenCV builds libJPEG library and `find_package(JPEG)` in LibRaw-cmake CMakeLists.txt returns `True`. At the same...
This makes changes to allow us to specify we want the Adobe SDK, it currently relies on a Cmake script I have in a fork of the DNG SDK (See...
Closes #29
Closes #29
Hi guys, Today, I'm updating libraw in vcpkg, but some errors occurred during the installation process: ``` CMake Error at cmake_install.cmake:66 (file): file INSTALL cannot find "F:/vcpkg/buildtrees/libraw/x86-windows-dbg/raw.pdb": File exists. ```...
When I try build the project it returns CMake Error at LibRaw-cmake/CMakeLists.txt:47 (file): file failed to open for reading (No such file or directory): /home/vito/Programming/estagio/sprint-11/niros/LibRaw-cmake/libraw/libraw_version.h CMake Error at LibRaw-cmake/CMakeLists.txt:50 (string):...
This is a follow up to https://github.com/LibRaw/LibRaw-cmake/issues/15 . @Dawars made a great work for having modern CMake constructs. However, the FindLibRaw.cmake file is being installed in the `Modules/` directory of...
LibRaw 0.23.1 has added a new compilation definition LIBRAW_CALLOC_RAWSTORE. Given that this is a compiler define that will do no harm on earlier release and is otherwise benefical it could...