mirror of https://git.tukaani.org/xz.git
CMake: Fix a copypaste error in xzdec Windows resource file handling.
It was my mistake. Thanks to Iouri Kharon for the bug report.
This commit is contained in:
parent
0e1545fea3
commit
790a12a95a
|
@ -632,8 +632,8 @@ if(HAVE_GETOPT_LONG)
|
|||
|
||||
if(WIN32)
|
||||
# Add the Windows resource file for xzdec.exe.
|
||||
target_sources(xz PRIVATE src/xzdec/xzdec_w32res.rc)
|
||||
set_target_properties(xz PROPERTIES
|
||||
target_sources(xzdec PRIVATE src/xzdec/xzdec_w32res.rc)
|
||||
set_target_properties(xzdec PROPERTIES
|
||||
LINK_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/src/common/common_w32res.rc"
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue