Skip to content

Commit

Permalink
fix .md file
Browse files Browse the repository at this point in the history
  • Loading branch information
genscale-admin committed Mar 25, 2016
1 parent 78b1e95 commit 430f90c
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 @@ -111,7 +111,7 @@ SET (CPACK_SOURCE_IGNORE_FILES
INSTALL (TARGETS ${PROJECT_NAME} DESTINATION bin)
INSTALL (DIRECTORY "${PROJECT_SOURCE_DIR}/test/" DESTINATION test)
INSTALL (FILES scripts/metaBloocoo DESTINATION bin)
INSTALL (FILES INSTALL LICENSE README DESTINATION bin/..)
INSTALL (FILES INSTALL LICENSE README.md DESTINATION bin/..)

# We include the "bin" tag into binary archive file name
set (CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME}-${CPACK_PACKAGE_VERSION}-bin-${CMAKE_SYSTEM_NAME})
Expand Down

0 comments on commit 430f90c

Please # to comment.