Skip to content

Commit d2ccbfa

Browse files
committed
Implemented optional modular build:
- triggered with ALICEO2_MODULAR_BUILD option - does not require the environment variables SIMPATH and FAIRROOTPATH
1 parent 04e4a23 commit d2ccbfa

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

MathUtils/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
set(INCLUDE_DIRECTORIES
66
${CMAKE_SOURCE_DIR}/MathUtils
77
${BASE_INCLUDE_DIRECTORIES}
8+
${FAIRROOT_INCLUDE_DIR}
9+
${AlFa_DIR}/include
810
${ROOT_INCLUDE_DIR}
911
)
1012

tpc/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
set(INCLUDE_DIRECTORIES
66
${ROOT_INCLUDE_DIR}
77
${BASE_INCLUDE_DIRECTORIES}
8+
${Boost_INCLUDE_DIRS}
9+
${FAIRROOT_INCLUDE_DIR}
10+
${AlFa_DIR}/include
811
#put here all directories where header files are located
912
${CMAKE_SOURCE_DIR}/
1013
${CMAKE_SOURCE_DIR}/tpc

0 commit comments

Comments
 (0)