Skip to content

Commit

Permalink
fix centos 7
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 5, 2023
1 parent ba3f524 commit 393270b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 2 additions & 0 deletions src/aio/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ set(MY_PROJ_SRC "")
set(MY_SRC_SEARCH_MODE "GLOB")

set(MY_PROJ_LIBS
dsn_meta_server
dsn_replication_common
gtest
dsn_runtime
dsn_aio
Expand Down
2 changes: 2 additions & 0 deletions src/perf_counter/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ set(MY_PROJ_SRC "")
set(MY_SRC_SEARCH_MODE "GLOB")

set(MY_PROJ_LIBS
dsn_meta_server
dsn_replication_common
gtest
dsn_runtime
rocksdb
Expand Down
14 changes: 5 additions & 9 deletions src/runtime/ranger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@

set(MY_PROJ_NAME dsn_ranger)

# Search mode for source files under CURRENT project directory?
# "GLOB_RECURSE" for recursive search
# "GLOB" for non-recursive search
set(MY_PROJ_SRC "")
set(MY_SRC_SEARCH_MODE "GLOB")
set(MY_PROJ_LIBS
dsn_meta_server
dsn_replication_common)

set(MY_PROJ_LIBS "")

# Extra files that will be installed
set(MY_BINPLACES "")

dsn_add_object()
dsn_add_static_library()

0 comments on commit 393270b

Please sign in to comment.