Commit 190e9b99 authored by jan.koester's avatar jan.koester
Browse files

test

parent 74164198
Loading
Loading
Loading
Loading
(80 KiB)

File changed.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ install(TARGETS uuid-gen DESTINATION bin)
if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
    set(CPACK_GENERATOR WIX)
    set(CPACK_WIX_UPGRADE_GUID "fdedd700-d2a1-5dbe-8157-640d83d42577")
    set(CPACK_PACKAGE_NAME "libuuidp")
    set(CPACK_PACKAGE_NAME "uuidp")
    set(CPACK_PACKAGE_VENDOR "tuxist.de")
    set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt")
    set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "uuidp - A C++ uuid Library")