1
0
의 미러 https://git.tukaani.org/xz.git synced 2025-12-16 02:18:44 +00:00

CMake: Remove a duplicate word from a comment

This commit is contained in:
Lasse Collin 2024-12-27 16:25:07 +02:00
부모 8b7c55d148
커밋 f7a248f56e
No known key found for this signature in database
GPG 키 ID: 38EE757D69184620

파일 보기

@ -1487,8 +1487,8 @@ set_target_properties(liblzma PROPERTIES
# add "lib" but on Cygwin and MSYS2 the naming will be correct too.
#
# On Windows, CMake uses the "lib" prefix with MinGW-w64 but not with
# other toolchains. Those those need to be handled specially to get
# the DLL file named liblzma.dll instead of lzma.dll.
# other toolchains. Those need to be handled specially to get the DLL
# file named liblzma.dll instead of lzma.dll.
OUTPUT_NAME "lzma"
)