From aa3d9b533321668e09c39d13517839d3fe9b7397 Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Thu, 14 Feb 2019 11:08:08 +0100 Subject: [PATCH] [periodic] Need to look at source dir to find headers! --- test/periodic/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/periodic/CMakeLists.txt b/test/periodic/CMakeLists.txt index e695dcf85d5..0bc56e77167 100644 --- a/test/periodic/CMakeLists.txt +++ b/test/periodic/CMakeLists.txt @@ -9,6 +9,7 @@ file(GLOB headers RELATIVE ${CMAKE_SOURCE_DIR} *.h) list(REMOVE_ITEM headers NdbLinkDef.h) include(${ROOT_USE_FILE}) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}) ROOT_GENERATE_DICTIONARY(G__NdbDict ${headers} LINKDEF NdbLinkDef.h) #---Create a shared library with geneated dictionary -- GitLab