From 32775628d8e8da9ccf9794064f5f83d26a6d4869 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Wed, 6 Jan 2021 12:23:31 +0100
Subject: [PATCH] conan packages always as Release

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e9df7437..58043565c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -120,7 +120,8 @@ include (conan) # self-provided in 'cmake' directory
 # download and build all dependencies
 conan_cmake_run (CONANFILE conanfile.txt
                  BASIC_SETUP CMAKE_TARGETS
-                 BUILD missing)
+                 BUILD missing
+                 BUILD_TYPE "Release")
 #
 # add cnpy temporarily. As long as SaveBoostHistogram does not save to parquet directly
 #
-- 
GitLab