From ddc93efb5a3b5024ed3046706b09971bfeb7a06b Mon Sep 17 00:00:00 2001 From: Jean-Marco Alameddine <jean-marco.alameddine@tu-dortmund.de> Date: Sat, 12 Jun 2021 11:16:07 +0200 Subject: [PATCH] Remove forcing the `compiler.libcxx` setting in CMakeLists --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f50c9446..aa8d73798 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,8 +109,7 @@ message (STATUS "Installing dependencies from Conan (this may take some time)... conan_cmake_run (CONANFILE conanfile.txt BASIC_SETUP CMAKE_TARGETS BUILD missing - BUILD_TYPE "Release" - SETTINGS compiler.libcxx=libstdc++11) + BUILD_TYPE "Release") # # add cnpy temporarily. As long as SaveBoostHistogram does not save to parquet directly # -- GitLab