Skip to content

Commit

Permalink
CMake: Remove a duplicate word from a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Dec 27, 2024
1 parent 8b7c55d commit f7a248f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit f7a248f

Please sign in to comment.