From f7a248f56e94310a080051c4a709c08514fa48b1 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 27 Dec 2024 16:25:07 +0200 Subject: [PATCH] CMake: Remove a duplicate word from a comment --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fab4fb714..d41646f2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" )