From 6102e1c39f0a698d569db8a24ffc999237060d8e Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Thu, 2 Aug 2018 16:56:50 -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 815533e..72db270 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
 
 project(hcana VERSION 0.90 LANGUAGES CXX)
 
-option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" ON)
+option(HCANA_BUILTIN_PODD "Use built-in Podd submodule (default: YES)" OFF)
 
 #----------------------------------------------------------------------------
 # Set up Podd and ROOT dependencies
-- 
GitLab