From 94eb8ef71cd145fdf6467a52099c77990d4d9fc1 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Thu, 9 Aug 2018 19:55:16 +0200 Subject: [PATCH] Fix DDCMS example to use true namespace names --- examples/DDCMS/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/DDCMS/CMakeLists.txt b/examples/DDCMS/CMakeLists.txt index 6be97acf0..e88a5d51f 100644 --- a/examples/DDCMS/CMakeLists.txt +++ b/examples/DDCMS/CMakeLists.txt @@ -18,10 +18,9 @@ include ( ${DD4hep_DIR}/cmake/DD4hep.cmake ) #------------------------------------------------------------------------------ dd4hep_configure_output () -# [CLHEP REQUIRED] - dd4hep_package( DDCMS USES [DD4hep REQUIRED COMPONENTS DDCore] + [CLHEP REQUIRED] [ROOT REQUIRED COMPONENTS Geom GenVector] INCLUDE_DIRS include INSTALL_INCLUDES include/DDCMS) -- GitLab