From 14f5980117d7aab655b8be9b2903954254c251bb Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Thu, 4 May 2017 09:50:36 -0400 Subject: [PATCH] macOS fixes. --- CMakeLists.txt | 2 +- build/cmake/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b459f5f..d3a7f0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -365,7 +365,7 @@ if (WIN32) set(CPACK_SOURCE_GENERATOR "ZIP") set(CPACK_WIX_UPGRADE_GUID "D809598A-B513-4752-B268-0BAC403B00E4") elseif ( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" ) - set(CPACK_GENERATOR "PackageMake") + set(CPACK_GENERATOR "productbuild") set(CPACK_SOURCE_GENERATOR "TGZ") else () set(CPACK_GENERATOR "DEB;RPM") diff --git a/build/cmake/.gitignore b/build/cmake/.gitignore index 2b83d50..23b5a7b 100644 --- a/build/cmake/.gitignore +++ b/build/cmake/.gitignore @@ -32,4 +32,4 @@ libtidy* tidy1.xsl tidy.pc *.vcproj - +.pkg