We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97c4cb commit 2a936b3Copy full SHA for 2a936b3
doc/DEPENDENCY.md
@@ -91,7 +91,7 @@ FetchContent_Declare(
91
GIT_REPOSITORY https://github.com/questdb/c-questdb-client.git
92
GIT_TAG CHOSEN_RELEASE_TAG) # CHANGE ME!
93
94
-FetchContent_MakeAvailable(c_questdb_client)
+FetchContent_MakeAvailable(c_questdb_client_proj)
95
96
add_executable(
97
main
0 commit comments