From a57605a8f5733d073e4327094abba978ffcdeda3 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 28 Aug 2020 17:14:21 -0500
Subject: [PATCH] 	modified:   CMakeLists.txt

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6da45ab..c4aee15 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,8 +39,8 @@ else()
   # Find Podd and register it as a dependency
   # This will also automatically set up ROOT
   find_package(Podd 2.0 REQUIRED)
-  include(PoddCMakeEnv)
-  config_add_dependency(Podd 2.0)
+  #include(PoddCMakeEnv)
+  #config_add_dependency(Podd 2.0)
 endif()
 
 # Register ROOT dependency - it's in our public interface
-- 
GitLab