cmake: Fix include_directories for exiv2lib target (0.27->master)#1294
cmake: Fix include_directories for exiv2lib target (0.27->master)#1294clanmills merged 1 commit intoExiv2:0.27-maintenancefrom
Conversation
The headers are installed to ${CMAKE_INSTALL_INCLUDEDIR} but the CMake config was hardcoded to include directory.
|
Thanks, Jan. This looks like another great find. Remember my question: "What else lives at the bottom of the swamp?". I'll deal with this tomorrow. Thank You for taking the time to let me know about this. |
piponazo
left a comment
There was a problem hiding this comment.
It looks good to me. Thanks! 👍
|
@clanmills I'll let you merge this PR one you think it is appropriate. These days I have been taking care of merging things in |
|
Don't think about 0.27-maintenance. I'll take care of it! Thanks very much for your efforts in the last couple of days. I really appreciate you and @neheb working together. It's good to see the CI working properly on master. I'm about to try to fix it on 0.27-maintenance. I'd really like both 0.27-maintenance and master to build Cygwin64 and MinGW/msys2. If you know how to do that, I'd appreciate your help. |
One more fixup we discovered in Nixpkgs (NixOS/nixpkgs#97161 (comment)).
The headers are installed to
${CMAKE_INSTALL_INCLUDEDIR}but the CMake config was hardcoded toincludedirectory.