From 025137dce75f43d8c17f77d32887c27ec587979b Mon Sep 17 00:00:00 2001
From: Patricia Mendez Lorenzo <patricia.mendez@cern.ch>
Date: Mon, 4 Apr 2016 11:08:11 +0200
Subject: [PATCH] reverting change

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f0fee58f0..f4c92159a0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ else()
   set(LCG_IGNORE         ""       CACHE STRING "List of packages to be ignored from LCG_INSTALL_PREFIX (';' separated)")
 endif()
 set(LCG_INSTALL_PREFIX ""       CACHE PATH "Existing LCG installation path prefix.")
-set(LCG_TARBALL_INSTALL   ON   CACHE BOOL "Turn ON/OFF creation/installation of tarballs")
+set(LCG_TARBALL_INSTALL   OFF  CACHE BOOL "Turn ON/OFF creation/installation of tarballs")
 set(VALIDATION         OFF      CACHE BOOL "Enable validation settings.")
 set(POST_INSTALL         ON      CACHE BOOL "Enable validation settings.")
 set(STRIP_RPATH         ON      CACHE BOOL "Strip RPATH from binaries.")
-- 
GitLab