Skip to content

Commit 7d4d38d

Browse files
nadavrotfacebook-github-bot
authored andcommitted
Fix: Correct Zstd capitalization in FindZstd.cmake
Summary: X-link: facebook/folly#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: facebookincubator/zstrong#1170 Reviewed By: terrelln Differential Revision: D69284782 fbshipit-source-id: 4acc32705ae937f075e1531cae3449cfae0d84ec
1 parent 25179bd commit 7d4d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fbcode_builder/CMake/FindZstd.cmake

+1-1
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)