Skip to content

Commit ee60b26

Browse files
nadavrotfacebook-github-bot
authored andcommitted
Fix: Correct Zstd capitalization in FindZstd.cmake (facebook#2379)
Summary: Pull Request resolved: facebook#2379 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: https://github.com/facebookincubator/zstrong/pull/1170 Reviewed By: terrelln Differential Revision: D69284782 fbshipit-source-id: 4acc32705ae937f075e1531cae3449cfae0d84ec
1 parent fc36fce commit ee60b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fbcode_builder/CMake/FindZstd.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SELECT_LIBRARY_CONFIGURATIONS(ZSTD)
3030

3131
include(FindPackageHandleStandardArgs)
3232
FIND_PACKAGE_HANDLE_STANDARD_ARGS(
33-
ZSTD DEFAULT_MSG
33+
Zstd DEFAULT_MSG
3434
ZSTD_LIBRARY ZSTD_INCLUDE_DIR
3535
)
3636

0 commit comments

Comments
 (0)