From 24bbe9fb69fd31c4ac4af96b37b5cec79e020ea0 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 12 Sep 2025 10:54:12 +0500 Subject: [PATCH] cmake - fix typo --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 9c3144c026..a67ee90333 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -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)