From 1e84150058e1c18ab5bffca86998d3a8d1e2e03c Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Thu, 21 Jun 2018 14:01:45 +0200
Subject: [PATCH] Allow for out-of-source builds of the examples with a
 read-only DD4hep installation

---
 examples/LHeD/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/LHeD/CMakeLists.txt b/examples/LHeD/CMakeLists.txt
index 17a775f42..8c8bacfd6 100644
--- a/examples/LHeD/CMakeLists.txt
+++ b/examples/LHeD/CMakeLists.txt
@@ -63,6 +63,7 @@ dd4hep_add_test_reg( LHeD_check_overlaps_LONGTEST
                     --tolerance=0.1
   REGEX_PASS " Execution finished..." )
 #
+#
 #---Geant4 Testsing-----------------------------------------------------------------
 #
 if (DD4HEP_USE_GEANT4)
-- 
GitLab