mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
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
706bce5018
commit
3d45987451
@ -613,8 +613,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…
x
Reference in New Issue
Block a user