summarylogtreecommitdiffstats
path: root/geant3_root6.patch
blob: dc559a26040fa997b02b45869b337053bebdc268 (plain)
1
2
3
4
5
6
7
8
9
10
--- cmake/Geant3BuildLibrary.cmake
+++ cmake/Geant3BuildLibrary.cmake
@@ -26,6 +26,7 @@ include_directories(
   ${PROJECT_SOURCE_DIR}
   ${PROJECT_SOURCE_DIR}/minicern
   ${PROJECT_SOURCE_DIR}/TGeant3 
+  ${CMAKE_INSTALL_PREFIX}/include/TGeant3
   ${CMAKE_CURRENT_BINARY_DIR})
 
 #-------------------------------------------------------------------------------