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
Pipeline
#244134
passed
with stage
in
12 minutes and 16 seconds
Loading
-
🌎 @justinzobelDeveloperThis 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
-
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?
-
🌎 @justinzobelDeveloperAh damnit I should've done a clean build, my apologies, that fixed it.
Please register or sign in to comment