Loading CMakeLists.txt +3 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,9 @@ ENDIF() # Enable CXX as project language to perform compiler checks: ENABLE_LANGUAGE(CXX) # Fix for CMake when Geant4 has HDF5 / VTK enabled ENABLE_LANGUAGE(C) # Additional packages to be searched for by cmake LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) Loading src/modules/DepositionCosmics/CMakeLists.txt +0 −3 Original line number Diff line number Diff line Loading @@ -55,9 +55,6 @@ INSTALL( ADD_DEFINITIONS(-DALLPIX_CRY_DATA_DIRECTORY="${CRY_DATA_DIRECTORY}") # Required for CMake when Geant4 has HDF5 enabled ENABLE_LANGUAGE(C) # Geant4 is required for geometry description and charge deposition. FIND_PACKAGE(Geant4) IF(NOT Geant4_FOUND) Loading src/modules/DepositionGeant4/CMakeLists.txt +0 −3 Original line number Diff line number Diff line Loading @@ -4,9 +4,6 @@ # Define module ALLPIX_UNIQUE_MODULE(MODULE_NAME) # Required for CMake when Geant4 has HDF5 enabled ENABLE_LANGUAGE(C) # Geant4 is required for geometry description and charge deposition. FIND_PACKAGE(Geant4) IF(NOT Geant4_FOUND) Loading Loading
CMakeLists.txt +3 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,9 @@ ENDIF() # Enable CXX as project language to perform compiler checks: ENABLE_LANGUAGE(CXX) # Fix for CMake when Geant4 has HDF5 / VTK enabled ENABLE_LANGUAGE(C) # Additional packages to be searched for by cmake LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) Loading
src/modules/DepositionCosmics/CMakeLists.txt +0 −3 Original line number Diff line number Diff line Loading @@ -55,9 +55,6 @@ INSTALL( ADD_DEFINITIONS(-DALLPIX_CRY_DATA_DIRECTORY="${CRY_DATA_DIRECTORY}") # Required for CMake when Geant4 has HDF5 enabled ENABLE_LANGUAGE(C) # Geant4 is required for geometry description and charge deposition. FIND_PACKAGE(Geant4) IF(NOT Geant4_FOUND) Loading
src/modules/DepositionGeant4/CMakeLists.txt +0 −3 Original line number Diff line number Diff line Loading @@ -4,9 +4,6 @@ # Define module ALLPIX_UNIQUE_MODULE(MODULE_NAME) # Required for CMake when Geant4 has HDF5 enabled ENABLE_LANGUAGE(C) # Geant4 is required for geometry description and charge deposition. FIND_PACKAGE(Geant4) IF(NOT Geant4_FOUND) Loading