Skip to content

Commit

Permalink
make package fails on Mac OS X as CPack PackageMakerGenerator
Browse files Browse the repository at this point in the history
expects files with suitable extensions.
  • Loading branch information
necrodome committed May 23, 2013
1 parent 5fcc3fc commit 48e3061
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Mozart Programming System v2")
set(CPACK_PACKAGE_VERSION "${MOZART_PROP_OZ_VERSION}")
set(CPACK_PACKAGE_VENDOR "Université catholique de Louvain")
set(CPACK_RESOURCE_FILE_LICENSE
"${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
"${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt")
set(CPACK_PACKAGE_CONTACT "Sébastien Doeraene <[email protected]>")

# Configuration of the Bundle generator
Expand Down
File renamed without changes.

0 comments on commit 48e3061

Please sign in to comment.