diff --git a/CMakeLists.txt b/CMakeLists.txt index a68977a..492f9f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,9 +31,9 @@ endif() # Set the name of the JSON shared library set(JSON_MODULE_LIB json) -# Define the Valkey directories -set(VALKEY_DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/_deps/valkey-src") -set(VALKEY_BIN_DIR "${CMAKE_BINARY_DIR}/_deps/valkey-src/src/valkey/src") +# Define the futriix directories +set(VALKEY_DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/_deps/futriix-src") +set(VALKEY_BIN_DIR "${CMAKE_BINARY_DIR}/_deps/futriix-src/src/futriix/src") # Valkey version if(NOT VALKEY_VERSION) @@ -66,7 +66,7 @@ endif() # Download and build Valkey with ASAN if enabled ExternalProject_Add( valkey - GIT_REPOSITORY https://github.com/valkey-io/valkey.git + GIT_REPOSITORY https://source.futriix.ru/gvsafronov/futriix.git GIT_TAG ${VALKEY_VERSION} PREFIX ${VALKEY_DOWNLOAD_DIR} CONFIGURE_COMMAND ""