Cmake: remove remote brpc & braft builds for mac.

This commit is contained in:
kishorenc 2020-07-04 08:17:49 +05:30
parent e64805320b
commit 60a1454d8d

View File

@ -54,11 +54,6 @@ include(cmake/GoogleTest.cmake)
include(cmake/TestResources.cmake)
include(cmake/Iconv.cmake)
if (APPLE)
include(cmake/brpc.cmake)
include(cmake/braft.cmake)
endif()
FILE(GLOB SRC_FILES src/*.cpp)
FILE(GLOB TEST_FILES test/*.cpp)