mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix: define macro WITH_AWS in cmake when flag is ON (#3296)
* fix missing preprocessor macro when WITH_AWS is on Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
2ebe955e02
commit
b12f562aa3
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ find_library(ZSTD_LIB NAMES libzstd.a libzstdstatic.a zstd NAMES_PER_DIR REQUIRE
|
|||
|
||||
if (WITH_AWS)
|
||||
SET(AWS_LIB awsv2_lib)
|
||||
add_definitions(-DWITH_AWS)
|
||||
endif()
|
||||
|
||||
cxx_link(dfly_transaction dfly_core strings_lib TRDP::fast_float)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue