diff --git a/examples/DDCMS/CMakeLists.txt b/examples/DDCMS/CMakeLists.txt
index 6be97acf039367345b1019cfbce45bd5c867ae77..e88a5d51fa4dfe83b6d9278001263c40e571c3a8 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)