Skip to content
Snippets Groups Projects
Commit cb154db5 authored by Jakob Blomer's avatar Jakob Blomer
Browse files

Minor simplification in CMakeLists.txt

parent 8e3ce036
No related branches found
No related tags found
No related merge requests found
......@@ -573,12 +573,7 @@ if (BUILD_LIBCVMFS_CACHE)
DESTINATION include
)
install (
TARGETS cvmfs_cache_ram
RUNTIME
DESTINATION ${CVMFS_LIBEXEC_DIR}/cache
)
install (
TARGETS cvmfs_cache_posix
TARGETS cvmfs_cache_ram cvmfs_cache_posix
RUNTIME
DESTINATION ${CVMFS_LIBEXEC_DIR}/cache
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment