Update CMakeLists.txt
This commit is contained in:
parent
476c87cbdc
commit
283f12c1ee
@ -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 ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user