Skip to content

Commit

Permalink
Fix: Correct Zstd capitalization in FindZstd.cmake
Browse files Browse the repository at this point in the history
Summary:
This commit addresses a CMake warning due to inconsistent capitalization of the Zstd package name in FindZstd.cmake. This fixes issues with finding and using the Zstd library.

Tested on Cmake 3.28.3
X-link: facebookincubator/zstrong#1170

Differential Revision: D69284782
  • Loading branch information
nadavrot authored and facebook-github-bot committed Feb 7, 2025
1 parent dd4a5eb commit 94a06ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fbcode_builder/CMake/FindZstd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SELECT_LIBRARY_CONFIGURATIONS(ZSTD)

include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(
ZSTD DEFAULT_MSG
Zstd DEFAULT_MSG
ZSTD_LIBRARY ZSTD_INCLUDE_DIR
)

Expand Down

0 comments on commit 94a06ea

Please sign in to comment.