File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -550,6 +550,7 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E tar xf "${CMAKE_SOURCE_DIR}/third_pa
550
550
# -------------------- build shared library libbiodynamo -----------------------
551
551
# add the headers into the project
552
552
include (${ROOT_USE_FILE} )
553
+ include (${ROOT_MACROS_FILE} )
553
554
include_directories ("${CMAKE_SOURCE_DIR} /src" )
554
555
include_directories ("${CMAKE_SOURCE_DIR} /test" )
555
556
include_directories ("${CMAKE_SOURCE_DIR} /third_party" )
Original file line number Diff line number Diff line change @@ -104,4 +104,4 @@ if(NOT BDM_OUT_OF_SOURCE)
104
104
set (LAUNCHER ${CMAKE_BINARY_DIR} /launcher.sh)
105
105
endif ()
106
106
107
- include ( ${CMAKE_CURRENT_LIST_DIR} /cmake/RootMacros.cmake)
107
+ set (ROOT_MACROS_FILE ${CMAKE_CURRENT_LIST_DIR} /cmake/RootMacros.cmake)
Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ endfunction(bdm_add_test)
334
334
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${BDMSYS} /share/cmake" )
335
335
include ("${BDMSYS} /share/cmake/BioDynaMo.cmake" )
336
336
include (${ROOT_USE_FILE} )
337
+ include (${ROOT_MACROS_FILE} )
337
338
338
339
fix_rootcling_omp_issue()
339
340
fix_macos_opencl_header_issue()
You can’t perform that action at this time.
0 commit comments