Skip to content
Snippets Groups Projects
Commit 4ff485c2 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Require GeoModelCore v 3.2.0

parent d43f0eef
No related branches found
No related tags found
No related merge requests found
Pipeline #1704997 failed
......@@ -7,7 +7,7 @@ project( "GeoMaterial2G4" VERSION 1.0.0 LANGUAGES CXX )
# External dependencies:
find_package( Geant4 REQUIRED )
find_package( GeoModelCore REQUIRED )
find_package( GeoModelCore 3.2.0 REQUIRED )
# Project's Settings
set(CMAKE_CXX_STANDARD 17)
......
......@@ -11,7 +11,7 @@ project( "GeoModel2G4" VERSION 1.0.0 LANGUAGES CXX )
find_package( Geant4 REQUIRED )
find_package( CLHEP )
# GeoModel dependencies
find_package( GeoModelCore REQUIRED )
find_package( GeoModelCore 3.2.0 REQUIRED )
##########################################################
# NOTE! The original package also needs this Athena stuff:
......
......@@ -6,7 +6,7 @@
################################################################################
find_package(CLHEP)
find_package(GeoModelCore)
find_package(GeoModelCore 3.2.0 REQUIRED)
# Use the GNU install directory names.
include( GNUInstallDirs ) # it defines CMAKE_INSTALL_LIBDIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment