Skip to content

Commit

Permalink
merge fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
ackingliu committed Nov 30, 2023
2 parents dbd0db7 + 7b9bedc commit 63e917a
Show file tree
Hide file tree
Showing 26 changed files with 1,280 additions and 219 deletions.
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

11 changes: 1 addition & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,7 @@ else ()
set(CMAKE_CXX_STANDARD 17)
endif ()

if (TARGET fmt)
message(WARNING "Target fmt already exists!")
else ()
add_subdirectory(dependencies/fmt EXCLUDE_FROM_ALL)
endif ()
if (TARGET ejson)
message(WARNING "Target ejson already exists!")
else ()
add_subdirectory(dependencies/ejson4cpp EXCLUDE_FROM_ALL)
endif ()
include(${PROJECT_SOURCE_DIR}/dependencies/fetch.cmake)

option(ENABLE_ELG_TEST "Build unittest." OFF)
option(ENABLE_ELG_EXAMPLE "Build examples." OFF)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [How to configure](#how-to-configure)
* [Global configuration](#global-configuration)
* [Configuration methods](#configuration-methods)
* [Example of using](#example-of-using)
* [Example of using](#example-of-using-)
* [Local configuration](#local-configuration)
* [Detailed interface description](#detailed-interface-description)
* [Formatter](#formatter)
Expand Down
Loading

0 comments on commit 63e917a

Please sign in to comment.