From 8776d885d2cbd3e72a6533537634a121d7668e4b Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Sun, 14 Oct 2018 23:08:03 +0200 Subject: [PATCH] Removed dependencies between cta-tape-developer-acs-tools and cta::exception::InvalidArgument --- mediachanger/acs/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mediachanger/acs/CMakeLists.txt b/mediachanger/acs/CMakeLists.txt index 79b55f6e71..c1f743b570 100644 --- a/mediachanger/acs/CMakeLists.txt +++ b/mediachanger/acs/CMakeLists.txt @@ -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 -- GitLab