]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CMake: Remove a duplicate word from a comment
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 27 Dec 2024 14:25:07 +0000 (16:25 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 27 Dec 2024 19:39:28 +0000 (21:39 +0200)
CMakeLists.txt

index fab4fb7141b87780aca5aad5a75dcc6e1fbb6706..d41646f2d176e7ff224638836736c39aa2f724a2 100644 (file)
@@ -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"
 )