From 2892985a5930f142c672299a47e70122f99d33f0 Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Wed, 23 Sep 2020 09:33:33 +0800 Subject: [PATCH] cmake: remove undefined source file lists Signed-off-by: Changcheng Liu --- src/mon/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mon/CMakeLists.txt b/src/mon/CMakeLists.txt index 3d2a0e491316..e70dffe58b9a 100644 --- a/src/mon/CMakeLists.txt +++ b/src/mon/CMakeLists.txt @@ -2,7 +2,6 @@ set(lib_mon_srcs ${CMAKE_SOURCE_DIR}/src/auth/cephx/CephxKeyServer.cc ${CMAKE_SOURCE_DIR}/src/auth/cephx/CephxServiceHandler.cc ${CMAKE_SOURCE_DIR}/src/auth/AuthServiceHandler.cc - ${osd_mon_files} Paxos.cc PaxosService.cc OSDMonitor.cc -- 2.47.3