Remove R_lib subdirectory from CMakeLists.txt

This commit is contained in:
Max Lübke 2024-03-06 12:20:27 +00:00
parent 408aac4588
commit e74805370e
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -1 +0,0 @@
install(FILES kin_r_library.R DESTINATION R_lib)