Skip to content
Snippets Groups Projects
Commit 99f10646 authored by Michael Davis's avatar Michael Davis
Browse files

[checksum] Fixes protobuf linking error

parent 1b1768ae
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,7 @@ set (CATALOGUE_LIB_SRC_FILES
UserSpecifiedAnEmptyStringVid.cpp
UserSpecifiedAnEmptyStringVo.cpp
UserSpecifiedAZeroCapacity.cpp
UserSpecifiedAZeroCopyNb.cpp
${CMAKE_BINARY_DIR}/eos_cta/cta_common.pb.cc)
UserSpecifiedAZeroCopyNb.cpp)
add_library (ctacatalogue SHARED
${CATALOGUE_LIB_SRC_FILES})
......
......@@ -77,7 +77,6 @@ set (COMMON_LIB_SRC_FILES
dataStructures/WriteTestResult.cpp
dataStructures/utils.cpp
checksum/ChecksumBlob.cpp
${CMAKE_BINARY_DIR}/eos_cta/cta_common.pb.cc
exception/AcceptConnectionInterrupted.cpp
exception/AcsQueryVolumeCmd.cpp
exception/Backtrace.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