Skip to content

Commit 689fafe

Browse files
authored
Updated CMakeLists.txt
1 parent a3cfc3a commit 689fafe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ if(WIN32)
353353
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING.txt")
354354
set(CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/COPYING.txt")
355355

356-
set(CPACK_WIX_PRODUCT_GUID "B35C58D3-FBD2-4A81-8371-588F51000033")
356+
set(CPACK_WIX_PRODUCT_GUID "B35C58D3-FBD2-4A81-8371-588F51000034")
357357
set(CPACK_WIX_UPGRADE_GUID "B35C58D3-FBD2-4A81-8371-588F51EC180F")
358358

359359
include(CPack)
@@ -380,3 +380,4 @@ endif()
380380
# ======================================================================================= #
381381
# This CMakeLists.txt file will be refactored and modernized as soon as possible! :D #
382382
# ======================================================================================= #
383+

0 commit comments

Comments
 (0)