Skip to content
GitLab
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
c29e1b9f
Commit
c29e1b9f
authored
Nov 13, 2018
by
Steven Murray
Browse files
Moved find_package(stk REQUIRED) from CTA/CMakeLists.txt to CTA/mediachanger/acs
parent
7d1ce91e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c29e1b9f
...
...
@@ -113,7 +113,6 @@ ELSE(DEFINED PackageOnly)
# OCCI support is on by default
set
(
OCCI_SUPPORT ON
)
find_package
(
stk REQUIRED
)
# Switch OCCI support off if using gcc 5.1 or higher
#if (CMAKE_COMPILER_IS_GNUCC)
# if (GCC_VERSION VERSION_GREATER 5.0)
...
...
mediachanger/acs/CMakeLists.txt
View file @
c29e1b9f
...
...
@@ -22,6 +22,8 @@
# Rules to build and install acsd
################################################################################
find_package
(
stk REQUIRED
)
add_subdirectory
(
daemon
)
add_library
(
cta-acs
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment