Fix macOS issue with make package.
This commit is contained in:
commit
bbaad8356d
|
@ -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")
|
||||
|
|
2
build/cmake/.gitignore
vendored
2
build/cmake/.gitignore
vendored
|
@ -32,4 +32,4 @@ libtidy*
|
|||
tidy1.xsl
|
||||
tidy.pc
|
||||
*.vcproj
|
||||
|
||||
.pkg
|
||||
|
|
Loading…
Reference in a new issue