Skip to content
Commit 20f74ce5 authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

FindLibRaw: fix include dir, should not contain prefix libraw/

See also the examples at https://www.libraw.org/docs/API-CXX.html

BUG: 460105
parent 54129819
Loading
Loading
Loading
Pipeline #244134 passed with stage
in 12 minutes and 16 seconds
Loading
  • Developer

    This breaks my build on Fedora:

    -- Failed to get version information from /usr/include/libraw/libraw/libraw_version.h

    My libraw version file is in /usr/include/libraw/libraw_version.h

  • Author Developer

    Is that a fresh build dir (my bet is, no)? What value does LibRaw_INCLUDE_DIR have in the CMakeCache.txt file? That might have the cached value from a run before this change, which sadly spoils developer experience, as cmake's find_path uses any existing cached variable.

    In short, a clean new build should work fine, can you try that?

  • Developer

    Ah damnit I should've done a clean build, my apologies, that fixed it.

  • Author Developer

    Good, so no glitch then. Thanks for reporting :)

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment