summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRadek Hubner <rhubner@users.noreply.github.com>2024-01-25 12:35:27 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-01-25 12:35:27 -0800
commit054c00e92d83eb98fd9606deeee4c0837018271c (patch)
tree4a66697471782fcc393ab7fcdc306abd3518fa4a /cmake
parent96fb7de3bc8e363fdb6a268a9e94236a705d9522 (diff)
Fix typo in CMakeList. (#12247)
Summary: Fix https://github.com/facebook/rocksdb/issues/12237 Pull Request resolved: https://github.com/facebook/rocksdb/pull/12247 Reviewed By: pdillinger Differential Revision: D53066154 Pulled By: ajkr fbshipit-source-id: 0a86c2f3e6cc28f3f52af33d4414ae06b03e3bf1
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/Findzstd.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/Findzstd.cmake b/cmake/modules/Findzstd.cmake
index 9430821df..c1916c435 100644
--- a/cmake/modules/Findzstd.cmake
+++ b/cmake/modules/Findzstd.cmake
@@ -14,7 +14,7 @@ find_library(zstd_LIBRARIES
HINTS ${zstd_ROOT_DIR}/lib)
include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(zstd DEFAULT_MSG zstd_LIBRARIES zstd_INCLUDE_DIRS)
+find_package_handle_standard_args(zstd DEFAULT_MSG zstd_LIBRARIES ZSTD_INCLUDE_DIRS)
mark_as_advanced(
zstd_LIBRARIES