Skip to content

Commit

Permalink
fix:resolve code conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
panlei-coder committed Feb 26, 2024
1 parent 32f14bd commit a64e4ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) 2023-present, Qihoo, Inc. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.

CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
PROJECT(PikiwiDB)

Expand Down Expand Up @@ -124,7 +129,6 @@ SET(EXTERNAL_PROJECT_LOG_ARGS
LOG_INSTALL 0)

INCLUDE(FetchContent)
#include(cmake/CmakeLists.txt)

include(findTools)
include(leveldb)
Expand All @@ -138,7 +142,6 @@ include(rocksdb)
include(zlib)
include(protobuf)
include(brpc)
# ExternalProject_Add_StepTargets(extern_brpc build)
include(braft)

enable_testing()
Expand All @@ -149,9 +152,6 @@ ADD_SUBDIRECTORY(src/counter)
ADD_SUBDIRECTORY(src/storage)
ADD_SUBDIRECTORY(src)

# 设置依赖关系
# add_dependencies(counter extern_brpc-build)

#############################################################################
### custom target
#############################################################################
Expand Down

0 comments on commit a64e4ca

Please sign in to comment.