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 the name of the JSON shared library
|
||||||
set(JSON_MODULE_LIB json)
|
set(JSON_MODULE_LIB json)
|
||||||
|
|
||||||
# Define the Valkey directories
|
# Define the futriix directories
|
||||||
set(VALKEY_DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/_deps/valkey-src")
|
set(VALKEY_DOWNLOAD_DIR "${CMAKE_BINARY_DIR}/_deps/futriix-src")
|
||||||
set(VALKEY_BIN_DIR "${CMAKE_BINARY_DIR}/_deps/valkey-src/src/valkey/src")
|
set(VALKEY_BIN_DIR "${CMAKE_BINARY_DIR}/_deps/futriix-src/src/futriix/src")
|
||||||
|
|
||||||
# Valkey version
|
# Valkey version
|
||||||
if(NOT VALKEY_VERSION)
|
if(NOT VALKEY_VERSION)
|
||||||
@ -66,7 +66,7 @@ endif()
|
|||||||
# Download and build Valkey with ASAN if enabled
|
# Download and build Valkey with ASAN if enabled
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
valkey
|
valkey
|
||||||
GIT_REPOSITORY https://github.com/valkey-io/valkey.git
|
GIT_REPOSITORY https://source.futriix.ru/gvsafronov/futriix.git
|
||||||
GIT_TAG ${VALKEY_VERSION}
|
GIT_TAG ${VALKEY_VERSION}
|
||||||
PREFIX ${VALKEY_DOWNLOAD_DIR}
|
PREFIX ${VALKEY_DOWNLOAD_DIR}
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user