Skip to content

Commit

Permalink
Enable CPack
Browse files Browse the repository at this point in the history
  • Loading branch information
rtburns-jpl committed Feb 17, 2022
1 parent 26d0a18 commit a7ea798
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,9 @@ else()
endif()
install(CODE "execute_process(COMMAND
${CMAKE_COMMAND} -E create_symlink ${symsrc} ${symdest})")

# Enable native packaging using CPack
if(NOT CPACK_PACKAGE_CONTACT)
set(CPACK_PACKAGE_CONTACT "Ryan Burns <[email protected]>")
endif()
include(CPack)

0 comments on commit a7ea798

Please sign in to comment.