From 538d9bb41d7fdaa50761f0807b6ebafd6c865723 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 24 Sep 2020 15:47:49 +0200 Subject: Fixup for license changes There was still a cmake file that was explicitly referring to the GPL3 license. This was failing only on Windows. --- build_files/cmake/packaging.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') diff --git a/build_files/cmake/packaging.cmake b/build_files/cmake/packaging.cmake index de27d31323d..4a0a4f2493d 100644 --- a/build_files/cmake/packaging.cmake +++ b/build_files/cmake/packaging.cmake @@ -86,7 +86,7 @@ if(WIN32) set(CPACK_NSIS_MUI_ICON ${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.ico) set(CPACK_NSIS_COMPRESSOR "/SOLID lzma") - set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/release/text/GPL3-license.txt) + set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/release/license/GPL-3.0.txt) set(CPACK_WIX_PRODUCT_ICON ${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.ico) set(BLENDER_NAMESPACE_GUID "507F933F-5898-404A-9A05-18282FD491A6") -- cgit v1.2.3