Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Remove msiput_dataobj_or_coll
Browse files Browse the repository at this point in the history
[DHS-2751, DHS-2762]
  • Loading branch information
JonathanMELIUS committed Nov 23, 2022
1 parent 1eff708 commit 8146dab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 367 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,12 @@ add_library(msi_getenv SHARED msi_getenv/msi_getenv.cpp)
add_library(msi_json_arrayops SHARED msi_json_arrayops/libmsi_json_arrayops.cpp)
add_library(msi_json_objops SHARED msi_json_objops/libmsi_json_objops.cpp)
#add_library(msi_time_ts2str SHARED msi_time_ts2str/libmsi_time_ts2str.cpp)
#add_library(msiput_dataobj_or_coll SHARED msiput_dataobj_or_coll/libmsiput_dataobj_or_coll.cpp)

# Link the generated library to dependency libraries
target_link_libraries(msi_getenv LINK_PUBLIC ${Boost_LIBRARIES})
target_link_libraries(msi_json_arrayops LINK_PUBLIC ${JANSSON_LIBRARIES} ${Boost_LIBRARIES})
target_link_libraries(msi_json_objops LINK_PUBLIC ${JANSSON_LIBRARIES} ${Boost_LIBRARIES})
#target_link_libraries(msi_time_ts2str LINK_PUBLIC ${Boost_LIBRARIES})
#target_link_libraries(msiput_dataobj_or_coll LINK_PUBLIC ${Boost_LIBRARIES})


# Set the location for library installation
Expand All @@ -102,8 +100,6 @@ install(TARGETS
msi_json_arrayops
msi_json_objops
# msi_time_ts2str
# msi_unmount
# msiput_dataobj_or_coll
DESTINATION
/usr/lib/irods/plugins/microservices)

Expand Down
5 changes: 0 additions & 5 deletions msiput_dataobj_or_coll/README.md

This file was deleted.

339 changes: 0 additions & 339 deletions msiput_dataobj_or_coll/libmsiput_dataobj_or_coll.cpp

This file was deleted.

19 changes: 0 additions & 19 deletions msiput_dataobj_or_coll/msiput_dataobj_or_coll_test.r

This file was deleted.

0 comments on commit 8146dab

Please sign in to comment.