[roottest] use less ROOTSYS#22032
Conversation
there are still other places where it is used such as LIBDIR
Test Results 22 files 22 suites 3d 7h 4m 18s ⏱️ For more details on these failures, see this check. Results for commit eaf1e1b. ♻️ This comment has been updated with latest results. |
|
This is the right direction to go. Maybe @guitargeek wants to chime in with his packaging expertise, given that in these cases, the coverage guaranteed by the CI is not always enough. |
guitargeek
left a comment
There was a problem hiding this comment.
Thanks for the PR! Avoiding to use ROOTSYS as a CMake variable is definitely good to avoid confusion with the environment variable of the same name which I try to get rid of 👍
Can you change the PR though to not introduce new cached variables? You do it here:
set(ROOT_LIBRARY_DIR ${CMAKE_BINARY_DIR}/lib CACHE INTERNAL "")
set(ROOT_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/include CACHE INTERNAL "")I think the target-based configuration that you suggest yourself would be a way to achieve this.
guitargeek
left a comment
There was a problem hiding this comment.
Thank you very much! Also for considering the review comments.
|
Ah damn I'm sorry, sometimes the muscle memory skips the squash on merge 🙁 Occasionally that happens, pardon |
No description provided.