Skip to content
Snippets Groups Projects
Commit 5b2ec6a8 authored by Dave Casper's avatar Dave Casper
Browse files

Conform to ATLAS renaming GeoModel to GeoModelCore

parent 980a4fd7
No related branches found
No related tags found
3 merge requests!39Work in progress on SCT digitization,!38Add/reorganize Calypso examples,!37Conform to ATLAS renaming GeoModel to GeoModelCore
Showing
with 15 additions and 15 deletions
......@@ -27,7 +27,7 @@ atlas_depends_on_subdirs( PUBLIC
# External dependencies:
find_package( CLHEP )
find_package( Eigen )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_library( FaserReadoutGeometry
......
......@@ -23,7 +23,7 @@ atlas_depends_on_subdirs( PUBLIC
find_package( Boost COMPONENTS filesystem thread system )
find_package( Eigen )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_library( GeoModelFaserUtilities
......
......@@ -26,7 +26,7 @@ find_package( Boost COMPONENTS filesystem thread system )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_component( GeoModelSvc
......
......@@ -16,7 +16,7 @@ atlas_depends_on_subdirs( PRIVATE
)
# External dependencies:
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_component( GeoModelTest
......
......@@ -22,7 +22,7 @@ atlas_depends_on_subdirs( PUBLIC
find_package( Boost COMPONENTS filesystem thread system )
find_package( CLHEP )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_library( ScintGeoModelUtils
......
......@@ -30,7 +30,7 @@ atlas_depends_on_subdirs( PUBLIC
# External dependencies:
find_package( CLHEP )
find_package( Eigen )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_library( ScintReadoutGeometry
......
......@@ -31,7 +31,7 @@ atlas_depends_on_subdirs( PUBLIC
find_package( Boost COMPONENTS filesystem thread system )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
find_package( Eigen )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_component( VetoGeoModel
......
......@@ -27,7 +27,7 @@ find_package( CLHEP )
find_package( Geant4 )
find_package( ROOT COMPONENTS MathCore RIO Core Tree Hist pthread )
find_package( XercesC )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_library( Geo2G4Lib
......
......@@ -27,7 +27,7 @@ atlas_depends_on_subdirs( PUBLIC
find_package( Boost COMPONENTS filesystem thread system )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
find_package( Eigen )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_component( DipoleGeoModel
......
......@@ -29,7 +29,7 @@ atlas_depends_on_subdirs( PUBLIC
find_package( Boost COMPONENTS filesystem thread system )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
find_package( Eigen )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_component( FaserSCT_GeoModel
......
......@@ -22,7 +22,7 @@ atlas_depends_on_subdirs( PUBLIC
find_package( Boost COMPONENTS filesystem thread system )
find_package( CLHEP )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_library( TrackerGeoModelUtils
......
......@@ -31,7 +31,7 @@ atlas_depends_on_subdirs( PUBLIC
# External dependencies:
find_package( CLHEP )
find_package( Eigen )
find_package( GeoModel )
find_package( GeoModelCore )
# Component(s) in the package:
atlas_add_library( TrackerReadoutGeometry
......
......@@ -26,7 +26,7 @@ atlas_depends_on_subdirs(
find_package( CLHEP )
find_package( Coin3D )
find_package( Qt5 COMPONENTS Core Gui Widgets Sql )
find_package( GeoModel )
find_package( GeoModelCore )
if( APPLE )
find_package(OpenGL REQUIRED)
endif()
......
......@@ -59,7 +59,7 @@ find_package( CLHEP )
find_package( Coin3D )
find_package( HepMC )
find_package( Qt5 COMPONENTS Core Gui Widgets )
find_package( GeoModel )
find_package( GeoModelCore )
# Generate UI files automatically:
# Note: add the "Widgets" component to "find_package( Qt5 ...)" if you have UI files, otherwise UIC, even if CMAKE_AUTOUIC is set to ON, is not run
......
......@@ -39,7 +39,7 @@ find_package( Coin3D )
find_package( Eigen )
find_package( HepPDT )
find_package( Qt5 COMPONENTS Core REQUIRED)
find_package( GeoModel )
find_package( GeoModelCore )
# Generate MOC files automatically:
set( CMAKE_AUTOMOC ON )
......
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