summaryrefslogtreecommitdiff
path: root/win/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-07-23 15:12:08 +0100
committerPeter Powell <petpow@saberuk.com>2018-07-23 15:13:11 +0100
commit4df41508c1adfdd8211994dc206de82718ee097d (patch)
tree83f8c184ce0f66ca09cbcd07cb5d1ab33222a930 /win/CMakeLists.txt
parent6522f7e3e784b6881a9226b9dd666d8eac5d4174 (diff)
Fix the Windows build system to use the new license file location.
Diffstat (limited to 'win/CMakeLists.txt')
-rw-r--r--win/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt
index 96e558c8b..107102281 100644
--- a/win/CMakeLists.txt
+++ b/win/CMakeLists.txt
@@ -95,7 +95,7 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
set(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})
set(CPACK_PACKAGE_VERSION_PATCH ${VERSION_PATCH})
set(CPACK_PACKAGE_FILE_NAME "InspIRCd-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
- set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../docs/COPYING")
+ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../docs/LICENSE.txt")
set(CPACK_GENERATOR "NSIS")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "InspIRCd")