An error occurred while fetching merge requests data.
Updates for generation of correct relative path for core headers
After removing globbing in core module, if to fetch a fresh master some headers were not able to get a valid relative path causing next error: -- /home/oksana/CERN_sources/root/builds/include/TArrayF.h CMake Error at cmake/modules/RootNewMacros.cmake:292 (message): Header path '/home/oksana/CERN_sources/root/builds/include/TArrayF.h' TArrayF.h is not relative! Call Stack (most recent call first): core/base/CMakeLists.txt:232 (ROOT_GENERATE_DICTIONARY) Adding extra replacement pattern, matching - $CMAKE_BUILD_DIR/include, fixes issue.
Please register or sign in to comment