cmake - fix typo

This commit is contained in:
Andrej730
2025-09-12 10:54:12 +05:00
parent 9a38455465
commit 24bbe9fb69
+1 -1
View File
@@ -375,7 +375,7 @@ if (WITH_ROCKSDB)
if(ZSTD_LIBRARY)
message(STATUS "zstd library ${ZSTD_LIBRARY} found in: ${ZSTD_LIBRARY_DIR}")
else()
message(FATAL_ERROR "Unable to find rocksdb library in: ${ZSTD_LIBRARY_DIR}")
message(FATAL_ERROR "Unable to find zstd library in: ${ZSTD_LIBRARY_DIR}")
endif()
add_definitions(-DIFOPSH_WITH_ROCKSDB_ZSTD)