mirror of https://git.tukaani.org/xz.git
CMake: Remove a duplicate word from a comment
This commit is contained in:
parent
8b7c55d148
commit
f7a248f56e
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue