CMake: Remove a duplicate word from a comment

This commit is contained in:
Lasse Collin 2024-12-27 16:25:07 +02:00
parent 8b7c55d148
commit f7a248f56e
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
1 changed files with 2 additions and 2 deletions

View File

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