[education/rkward] rkward: Clean up
Thomas Friedrichsmeier
null at kde.org
Sat Sep 27 14:05:06 BST 2025
Git commit bf0b493e2ab595a7f013bca5af4e0a22ee02204d by Thomas Friedrichsmeier.
Committed on 27/09/2025 at 12:20.
Pushed by tfry into branch 'master'.
Clean up
M +1 -1 rkward/CMakeLists.txt
M +0 -3 rkward/rbackend/CMakeLists.txt
https://invent.kde.org/education/rkward/-/commit/bf0b493e2ab595a7f013bca5af4e0a22ee02204d
diff --git a/rkward/CMakeLists.txt b/rkward/CMakeLists.txt
index 30d35e709..3809fa81f 100644
--- a/rkward/CMakeLists.txt
+++ b/rkward/CMakeLists.txt
@@ -9,7 +9,7 @@ ENDIF(NOT ${PROJECT_NAME} STREQUAL "rkward")
INCLUDE(SetVersionNumber.cmake)
OPTION(DLOPEN_RLIB "dlopen the R library at runtime rather than linking it" ON)
-ADD_FEATURE_INFO("dlopen() R library" DLOPEN_RLIB "This feature allows more flexibility in using a different R installation at runtime than at compile time.")
+ADD_FEATURE_INFO("DLOPEN_RLIB: dlopen() R library" DLOPEN_RLIB "This feature allows more flexibility in using a different R installation at runtime than at compile time.")
ADD_SUBDIRECTORY( dataeditor )
ADD_SUBDIRECTORY( settings )
diff --git a/rkward/rbackend/CMakeLists.txt b/rkward/rbackend/CMakeLists.txt
index 1f4187d39..98bdb39c3 100644
--- a/rkward/rbackend/CMakeLists.txt
+++ b/rkward/rbackend/CMakeLists.txt
@@ -8,9 +8,6 @@ IF(NOT WIN32)
FIND_PACKAGE(Threads)
ENDIF(NOT WIN32)
-IF(NOT DEFINED DLOPEN_RLIB)
- SET(DLOPEN_RLIB 1)
-ENDIF()
ADD_SUBDIRECTORY( rpackages )
ADD_SUBDIRECTORY( rkwarddevice )
More information about the rkward-tracker
mailing list