From 263f23534d964e21107a4618fdba95a407be38dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Wed, 6 Mar 2024 12:20:27 +0000 Subject: [PATCH] Remove R_lib subdirectory from CMakeLists.txt --- CMakeLists.txt | 1 - R_lib/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 R_lib/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 68cc4db1f..8faf514e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ find_package(MPI REQUIRED) find_package(RRuntime REQUIRED) add_subdirectory(src) -add_subdirectory(R_lib) add_subdirectory(bench) # as tug will also pull in doctest as a dependency diff --git a/R_lib/CMakeLists.txt b/R_lib/CMakeLists.txt deleted file mode 100644 index 24bab1690..000000000 --- a/R_lib/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -install(FILES kin_r_library.R DESTINATION R_lib)