Skip to content

Commit

Permalink
[irods/irods#5885] remove irods_server library from userspace package
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and trel committed Nov 10, 2021
1 parent 1889194 commit 3b5ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3b5ba2b

Please sign in to comment.