Skip to content
Snippets Groups Projects
Commit 1707ac15 authored by John Chapman's avatar John Chapman
Browse files

Bugfix for LArG4MiniFCAL genConf issue

Components in the LArG4MiniFCAL library were not properly registered
with genConf due to a typo in the CMakeLists.txt file. This should fix
ATLASSIM-3226.


Former-commit-id: aef5ce872e59ca1458f4b33c8bad8a4c6d20fd93
parent 77545c69
No related merge requests found
......@@ -27,7 +27,7 @@ find_package( XercesC )
# Component(s) in the package:
atlas_add_component( LArG4MiniFCAL
src/*.cc
src/components.cxx
src/components/*.cxx
PUBLIC_HEADERS LArG4MiniFCAL
INCLUDE_DIRS ${XERCESC_INCLUDE_DIRS} ${GEANT4_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS}
......
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