diff options
author | Brad King <brad.king@kitware.com> | 2018-05-30 13:53:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-05-30 13:53:54 (GMT) |
commit | f3936021318afa5bce1fadb65939306c6a7d574a (patch) | |
tree | bb3f880adbdd7aec595198ad78cb1276b6490fcd | |
parent | 058ea79ff21c6d5f49715ef9548bf0378f49feb8 (diff) | |
parent | ca49f1a8e4cce294b2c4c10e80418b736986c2dd (diff) | |
download | CMake-f3936021318afa5bce1fadb65939306c6a7d574a.zip CMake-f3936021318afa5bce1fadb65939306c6a7d574a.tar.gz CMake-f3936021318afa5bce1fadb65939306c6a7d574a.tar.bz2 |
Merge branch 'cpack-wix-sources' into release-3.11
Merge-request: !2116
-rw-r--r-- | Source/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index a0010a2..61327be 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -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 |