From f1eeacd555ce0c27fdae73b7da85ccc2ce75ff1b Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 28 Aug 2020 17:20:10 -0500
Subject: [PATCH] more hall ac cmake

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a53905..9229542 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ else()
   # This will also automatically set up ROOT
   find_package(Podd 2.0 REQUIRED)
   include(PoddCMakeEnv)
-  config_add_dependency(Podd 2.0)
+  #config_add_dependency(Podd 2.0)
 endif()
 
 # Register ROOT dependency - it's in our public interface
-- 
GitLab