Update CMakeLists.txt
Some checks are pending
CI / build-ubuntu-latest (8.0) (push) Waiting to run
CI / build-ubuntu-latest (unstable) (push) Waiting to run
CI / build-asan-ubuntu-latest (8.0) (push) Waiting to run
CI / build-asan-ubuntu-latest (unstable) (push) Waiting to run

This commit is contained in:
Григорий Сафронов 2025-03-23 12:09:58 +00:00
parent 476c87cbdc
commit 283f12c1ee

View File

@ -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 ""