Skip to content
Snippets Groups Projects
Commit 8776d885 authored by Steven Murray's avatar Steven Murray
Browse files

Removed dependencies between cta-tape-developer-acs-tools and cta::exception::InvalidArgument

parent 31692348
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ set (ACS_DISMOUNT_SRC_FILES
../../common/exception/Backtrace.cpp
../../common/exception/DismountFailed.cpp
../../common/exception/Exception.cpp
../../common/exception/InvalidArgument.cpp
../../common/exception/Mismatch.cpp
../../common/exception/MissingOperand.cpp
../../common/exception/RequestFailed.cpp
......@@ -100,7 +99,6 @@ install (FILES cta-acs-dismount.1cta DESTINATION /usr/share/man/man1)
set (ACS_MOUNT_SRC_FILES
../../common/exception/Backtrace.cpp
../../common/exception/Exception.cpp
../../common/exception/InvalidArgument.cpp
../../common/exception/Mismatch.cpp
../../common/exception/MissingOperand.cpp
../../common/exception/MountFailed.cpp
......@@ -130,7 +128,6 @@ message(STATUS "Adding cta-acs-queryvolume target")
set (ACS_QUERYVOLUME_SRC_FILES
../../common/exception/Backtrace.cpp
../../common/exception/Exception.cpp
../../common/exception/InvalidArgument.cpp
../../common/exception/Mismatch.cpp
../../common/exception/MissingOperand.cpp
../../common/exception/QueryVolumeFailed.cpp
......@@ -162,7 +159,6 @@ message(STATUS "Adding cta-acs-querydrive target")
set (ACS_QUERYDRIVE_SRC_FILES
../../common/exception/Backtrace.cpp
../../common/exception/Exception.cpp
../../common/exception/InvalidArgument.cpp
../../common/exception/Mismatch.cpp
../../common/exception/MissingOperand.cpp
../../common/exception/QueryVolumeFailed.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment