Skip to content

Commit

Permalink
fix to package README.md instead of README
Browse files Browse the repository at this point in the history
  • Loading branch information
genscale-admin committed Apr 14, 2016
1 parent d83e294 commit 33d16f0
Showing 1 changed file 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 @@ -122,7 +122,7 @@ SET (CPACK_SOURCE_IGNORE_FILES
INSTALL (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin DESTINATION .)
INSTALL (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/example DESTINATION .)
INSTALL (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/scripts DESTINATION .)
INSTALL (FILES ${CMAKE_CURRENT_SOURCE_DIR}/README DESTINATION .)
INSTALL (FILES ${CMAKE_CURRENT_SOURCE_DIR}/README.md DESTINATION .)
INSTALL (FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE DESTINATION .)

# We include the "bin" tag into binary archive file name
Expand Down

0 comments on commit 33d16f0

Please sign in to comment.