remove ceph code
[stor4nfv.git] / src / ceph / src / dmclock / dmclock-config.cmake.in
diff --git a/src/ceph/src/dmclock/dmclock-config.cmake.in b/src/ceph/src/dmclock/dmclock-config.cmake.in
deleted file mode 100644 (file)
index 0163653..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# - Config file for the FooBar package
-# It defines the following variables
-#  DMCLOCK_INCLUDE_DIRS - include directories for FooBar
-#  DMCLOCK_LIBRARIES    - libraries to link against
-# Compute paths
-get_filename_component(DMCLOCK_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
-set(DMCLOCK_INCLUDE_DIRS "${DMCLOCK_CMAKE_DIR}/src")
-# set(DMCLOCK_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
-# Our library dependencies (contains definitions for IMPORTED targets)
-if(NOT TARGET dmclock AND NOT dmclock_BINARY_DIR)
-  include("${DMCLOCK_CMAKE_DIR}/dmclock-targets.cmake")
-endif()
-# These are IMPORTED targets created by FooBarTargets.cmake
-set(DMCLOCK_LIBRARIES dmclock)