~libertine-team/acolyterm/release

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Larry Price
  • Date: 2016-06-29 15:50:50 UTC
  • mfrom: (210.2.3 no-desktop-file)
  • Revision ID: tarmac-20160629155050-qfp859y5md07d5na
Do not install desktop file for base acolyterm package.

Approved by Christopher Townsend, Libertine CI Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
    COMMAND LC_ALL=C ${INTLTOOL_MERGE} -d -u ${CMAKE_SOURCE_DIR}/po ${DESKTOP_FILE}.in ${DESKTOP_FILE}
100
100
)
101
101
 
102
 
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE}
103
 
    DESTINATION ${DESKTOP_DIR})
104
 
 
105
102
# Tests
106
103
enable_testing()
107
104