From 889a3f68606d07e413495b237e38ebe1686b7a76 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev <vvasilev@cern.ch> Date: Thu, 12 Jan 2017 16:46:38 +0100 Subject: [PATCH] Add a FIXME. --- cmake/modules/RootNewMacros.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/RootNewMacros.cmake b/cmake/modules/RootNewMacros.cmake index 43a4d1ffaff..8a998a6fd12 100644 --- a/cmake/modules/RootNewMacros.cmake +++ b/cmake/modules/RootNewMacros.cmake @@ -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() -- GitLab