From: Lasse Collin Date: Fri, 27 Dec 2024 14:25:07 +0000 (+0200) Subject: CMake: Remove a duplicate word from a comment X-Git-Tag: v5.7.1alpha~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a248f56e94310a080051c4a709c08514fa48b1;p=thirdparty%2Fxz.git CMake: Remove a duplicate word from a comment --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fab4fb71..d41646f2 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" )