mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
CPack: Fix cross-compilation of WiX generator
Fix the case of the path to source files so it works on case-sensitive filesystems. Fixes: #18042
This commit is contained in:
@@ -949,8 +949,8 @@ if(CYGWIN)
|
||||
endif()
|
||||
if(WIN32 OR (CYGWIN AND LibUUID_FOUND))
|
||||
set(CPACK_SRCS ${CPACK_SRCS}
|
||||
CPack/Wix/cmCMakeToWixPath.cxx
|
||||
CPack/Wix/cmCMakeToWixPath.h
|
||||
CPack/WiX/cmCMakeToWixPath.cxx
|
||||
CPack/WiX/cmCMakeToWixPath.h
|
||||
CPack/WiX/cmCPackWIXGenerator.cxx
|
||||
CPack/WiX/cmCPackWIXGenerator.h
|
||||
CPack/WiX/cmWIXAccessControlList.cxx
|
||||
|
||||
Reference in New Issue
Block a user