Skip to content

Commit e91c171

Browse files
bugfix: rootcint error when building dictionary for AliceO2::Base::Detector because of Detector.h in FairRoot without namespace, fixed the include path order
1 parent 433c9ef commit e91c171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(INCLUDE_DIRECTORIES
2+
${CMAKE_SOURCE_DIR}/Base
23
${ROOT_INCLUDE_DIR}
34
${BASE_INCLUDE_DIRECTORIES}
4-
${CMAKE_SOURCE_DIR}/Base
55
)
66

77
include_directories( ${INCLUDE_DIRECTORIES})

0 commit comments

Comments
 (0)