From 3b5ba2b1e301447dd03b600dda063b57873f9421 Mon Sep 17 00:00:00 2001 From: "Markus Kitsinger (SwooshyCueb)" Date: Tue, 9 Nov 2021 18:22:52 -0500 Subject: [PATCH] [irods/irods#5885] remove irods_server library from userspace package --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45e29a16..72350170 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -330,7 +330,7 @@ set(ICOMMANDS_USERSPACE_TARBALL_ROOT_DIRNAME set(ICOMMANDS_USERSPACE_TARBALL_PATH "${CMAKE_CURRENT_BINARY_DIR}/${ICOMMANDS_USERSPACE_TARBALL_FILENAME}") # fetch the parts of irods-runtime currently exposed -set(irods_runtime_components "irods_client;irods_common;irods_plugin_dependencies;irods_server") +set(irods_runtime_components "irods_client;irods_common;irods_plugin_dependencies") foreach(irods_runtime_component ${irods_runtime_components}) unset(iimported_location) get_target_property(iimported_location ${irods_runtime_component} LOCATION)