diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 6ddbd107502d38f1cf7c11467d56a2192b75481e..ee0c44aa9129ebd1f0e7e9ff9a8d1c418e0a6e8f 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -32,7 +32,7 @@ find_package ( ROOT REQUIRED COMPONENTS Geom GenVector ) dd4hep_set_compiler_flags() # dd4hep_configure_output() -dd4hep_package ( DD4hepExample MAJOR 0 MINOR 0 PATCH 1 +dd4hep_package ( DD4hepExample MAJOR 0 MINOR 15 PATCH 0 USES [ROOT REQUIRED COMPONENTS Geom GenVector] [DD4hep REQUIRED COMPONENTS DDCore] )