From: Changcheng Liu Date: Wed, 23 Sep 2020 01:33:33 +0000 (+0800) Subject: cmake: remove undefined source file lists X-Git-Tag: v16.1.0~980^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2892985a5930f142c672299a47e70122f99d33f0;p=ceph.git cmake: remove undefined source file lists Signed-off-by: Changcheng Liu --- 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