From b6fa7d5e63175e888f01d3ef2dc86479c704b8cd Mon Sep 17 00:00:00 2001 From: Emiel Por Date: Wed, 25 Dec 2024 23:52:22 -0800 Subject: [PATCH] Remove core library from CMake file since it's now a stand-alone library. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25bb2178..44bbe65e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,4 @@ list(APPEND CMAKE_INSTALL_RPATH $ENV{CONDA_PREFIX}/lib) list(APPEND CMAKE_PREFIX_PATH "$ENV{CONDA_PREFIX}") list(APPEND CMAKE_PREFIX_PATH "$ENV{CONDA_PREFIX}/Library") -add_subdirectory(catkit_core) add_subdirectory(catkit2) -add_subdirectory(benchmarks)