Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
804f282a
Commit
804f282a
authored
6 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Removed dead wood from mediachanger/reactor/CMakeLists.txt
parent
4c7b4019
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mediachanger/reactor/CMakeLists.txt
+1
-8
1 addition, 8 deletions
mediachanger/reactor/CMakeLists.txt
with
1 addition
and
8 deletions
mediachanger/reactor/CMakeLists.txt
+
1
−
8
View file @
804f282a
...
...
@@ -23,17 +23,10 @@ cmake_minimum_required (VERSION 2.6)
# Rules to build the reactor code that is common to both rmcd and tapeserverd
################################################################################
set
(
REACTOR_SRC_FILES
# DummyZMQReactor.cpp
# PollEventHandler.cpp
# PollReactor.cpp
# PollReactorImpl.cpp
ZMQPollEventHandler.cpp
ZMQReactor.cpp
)
add_library
(
ctareactor
${
REACTOR_SRC_FILES
}
)
set_target_properties
(
ctareactor PROPERTIES
COMPILE_FLAGS -I/usr/include/CDK
COMPILE_DEFINITIONS LINUX
)
target_link_libraries
(
ctareactor ctacommon ctamediachanger zmq
${
STK_LIBRARIES
}
)
#target_link_libraries (ctareactor ctacommon ctamediachanger)
target_link_libraries
(
ctareactor ctacommon ctamediachanger zmq
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment