Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
7f5af089
Commit
7f5af089
authored
May 08, 2019
by
Michael Davis
Browse files
[checksum] Fixes protobuf linking error
parent
0feabd49
Changes
2
Hide whitespace changes
Inline
Side-by-side
catalogue/CMakeLists.txt
View file @
7f5af089
...
...
@@ -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
}
)
...
...
common/CMakeLists.txt
View file @
7f5af089
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment