From 4e34463529feebd41359d9f4f7b04cc63492c933 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 27 Sep 2023 13:54:09 -0400 Subject: [PATCH] [cmake] Adjust packaging CMakeLists.txt after conda subdirectory removal --- packaging/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packaging/CMakeLists.txt b/packaging/CMakeLists.txt index 800a7cf3..dc25031d 100644 --- a/packaging/CMakeLists.txt +++ b/packaging/CMakeLists.txt @@ -1,7 +1,2 @@ # Configure the version of packaging files -configure_file(conda/meta.yaml.in conda/meta.yaml) -configure_file(conda/build.sh conda/build.sh COPYONLY) -configure_file(conda/conda_build_config.yaml conda/conda_build_config.yaml COPYONLY) configure_file(TRIQS-tprf-foss-2021b.eb.in TRIQS-tprf-foss-2021b.eb) - -