Skip to content

Commit 2a936b3

Browse files
authored
typo in a cmake example fixed (#68)
1 parent f97c4cb commit 2a936b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/DEPENDENCY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ FetchContent_Declare(
9191
GIT_REPOSITORY https://github.com/questdb/c-questdb-client.git
9292
GIT_TAG CHOSEN_RELEASE_TAG) # CHANGE ME!
9393
94-
FetchContent_MakeAvailable(c_questdb_client)
94+
FetchContent_MakeAvailable(c_questdb_client_proj)
9595
9696
add_executable(
9797
main

0 commit comments

Comments
 (0)