Skip to content

Commit

Permalink
[fix][chores] Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Ketor <d.ketor@gmail.com>
  • Loading branch information
ketor committed Jul 14, 2024
1 parent 7cf9416 commit 46af2a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
[submodule "contrib/nlohmann-json"]
path = contrib/nlohmann-json
url = https://github.com/nlohmann/json.git

[submodule "contrib/cli11"]
path = contrib/cli11
url = https://github.com/CLIUtils/CLI11.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ target_link_libraries(dingodb_client

target_link_libraries(dingodb_client_v2
${DYNAMIC_LIB} CLI11::CLI11)

if(BUILD_UNIT_TESTS)
message(STATUS "Build unit test")
add_subdirectory(test/unit_test)
Expand Down

0 comments on commit 46af2a3

Please sign in to comment.