CMake: Fix target includes pointing to the wrong directory#1052
Conversation
|
I'm trying to understand what's the matter to understand what is being fixed here. |
|
The previous behavior was to include Actually this was already the behavior in the current release. This was changed with #1030 and it's probably a mistake due to the PR focusing on installation rather than build targets. I hope this clarifies things ! As for testing, it looks like the |
|
Thanks for the clarifications @leonvictor !
I believe you are correct, and the CI test should rather use |
|
Hey, it looks like I'm not authorized to make change to the CI, even on my fork. I've never used github workflows so I might be missing something, but it's alright if you can do it yourself 😄 |
This fixes the shared and static targets include directories, now pointing to
lz4/librather thanlz4/build/cmake