Skip to content
Snippets Groups Projects
Commit 58b07cc6 authored by Riccardo Longo's avatar Riccardo Longo
Browse files

Added specific directory for cmake modules. Useful to avoid confusion in the...

Added specific directory for cmake modules. Useful to avoid confusion in the main source when we add Geant4...
parent 01ec46f9
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,8 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}) ...@@ -36,6 +36,8 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})
add_compile_options(-std=c++11) add_compile_options(-std=c++11)
#add_compile_options(-arch x86_64) #add_compile_options(-arch x86_64)
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmakeModules/)
find_package (ROOT REQUIRED) find_package (ROOT REQUIRED)
include_directories (${ROOT_INCLUDE_DIR}) include_directories (${ROOT_INCLUDE_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment