summaryrefslogtreecommitdiffstats
path: root/src/compressor/snappy/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/compressor/snappy/CMakeLists.txt')
-rw-r--r--src/compressor/snappy/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compressor/snappy/CMakeLists.txt b/src/compressor/snappy/CMakeLists.txt
index 139f62af5dd..7b38794c496 100644
--- a/src/compressor/snappy/CMakeLists.txt
+++ b/src/compressor/snappy/CMakeLists.txt
@@ -13,8 +13,3 @@ set_target_properties(ceph_snappy PROPERTIES
SOVERSION 2
INSTALL_RPATH "")
install(TARGETS ceph_snappy DESTINATION ${compressor_plugin_dir})
-
-if(WITH_EMBEDDED)
- add_library(cephd_compressor_snappy STATIC ${snappy_sources})
- set_target_properties(cephd_compressor_snappy PROPERTIES COMPILE_DEFINITIONS BUILDING_FOR_EMBEDDED)
-endif()