From d7ac6577e86f4db7f0364f0fcfb6b583d809bab3 Mon Sep 17 00:00:00 2001 From: Pierre Wielders Date: Thu, 27 Jun 2024 16:43:01 +0200 Subject: [PATCH] [RUSTBRIDGE] Adapt to the new way of writing configs. --- RustBridge/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RustBridge/CMakeLists.txt b/RustBridge/CMakeLists.txt index 32f5818..4e2ca58 100644 --- a/RustBridge/CMakeLists.txt +++ b/RustBridge/CMakeLists.txt @@ -42,4 +42,4 @@ target_link_libraries(${MODULE_NAME} install(TARGETS ${MODULE_NAME} DESTINATION ${CMAKE_INSTALL_LIBDIR}/${STORAGE_DIRECTORY}/plugins) -write_config(${PLUGIN_NAME}) +write_config()