From e91c171f63db16cabd8fccf3142c3f57b17a2d88 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Fri, 14 Nov 2014 22:51:20 +0100 Subject: [PATCH] bugfix: rootcint error when building dictionary for AliceO2::Base::Detector because of Detector.h in FairRoot without namespace, fixed the include path order --- Base/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/CMakeLists.txt b/Base/CMakeLists.txt index 8aa88dbe73621..d42da16a2b77b 100644 --- a/Base/CMakeLists.txt +++ b/Base/CMakeLists.txt @@ -1,7 +1,7 @@ set(INCLUDE_DIRECTORIES +${CMAKE_SOURCE_DIR}/Base ${ROOT_INCLUDE_DIR} ${BASE_INCLUDE_DIRECTORIES} -${CMAKE_SOURCE_DIR}/Base ) include_directories( ${INCLUDE_DIRECTORIES})