Skip to content
Snippets Groups Projects
Commit 889a3f68 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Add a FIXME.

parent db1e46a3
No related branches found
No related tags found
No related merge requests found
......@@ -245,6 +245,7 @@ function(ROOT_GENERATE_DICTIONARY dictionary)
string(REPLACE "${CMAKE_CURRENT_SOURCE_DIR}/inc/" "" rheaderfiles "${headerfiles}")
# Replace the non-standard folder layout of Core.
if (ARG_STAGE1 AND ARG_MODULE STREQUAL "Core")
# FIXME: Glob these folder.
set(core_folders "base|clib|clingutils|cont|dictgen|doc|foundation|lzma|macosx|meta|metacling|multiproc|newdelete|pcre|rint|rootcling_stage1|textinput|thread|unix|winnt|zip")
string(REGEX REPLACE "${CMAKE_SOURCE_DIR}/core/(${core_folders})/inc/" "" rheaderfiles "${rheaderfiles}")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment