From a2cedcce4adba4abd2c57c1ec98d3b9e450aaf83 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Fri, 28 Aug 2020 16:02:02 -0500 Subject: [PATCH] modified: CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80bb4fe..6da45ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ else() # This will also automatically set up ROOT find_package(Podd 2.0 REQUIRED) include(PoddCMakeEnv) - config_add_dependency(Podd 1.6) + config_add_dependency(Podd 2.0) endif() # Register ROOT dependency - it's in our public interface -- GitLab