Merge pull request #56 from goetzk/run-dos2unix

Run dos2unix on COPYRIGHT.source_code.txt
This commit is contained in:
filux 2015-02-17 22:33:42 +01:00
commit cf6036e34c
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ LINK_DIRECTORIES(/opt/local/lib)
##install part
# This file is in git CRLF but that causes the cpack run to fail
EXECUTE_PROCESS(COMMAND dos2unix -k docs/COPYRIGHT.source_code.txt WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})
# This changes Info.plist from something with variables and CMakeisms to
# something that can be installed on disk.
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/mk/macosx/Info.plist"