~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Charles Kerr
  • Date: 2013-07-02 00:02:47 UTC
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: charles.kerr@canonical.com-20130702000247-wz4bby41t5usr8oh
in the cmake files, prefer the _FULL versions of the GNU variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
# Workaround for libexecdir on debian
48
48
if (EXISTS "/etc/debian_version") 
49
 
  set (CMAKE_INSTALL_LIBEXECDIR ${CMAKE_INSTALL_LIBDIR})
50
 
  set (CMAKE_INSTALL_FULL_LIBEXECDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBEXECDIR}")
 
49
  set (CMAKE_INSTALL_LIBEXECDIR "${CMAKE_INSTALL_LIBDIR}")
 
50
  set (CMAKE_INSTALL_FULL_LIBEXECDIR "${CMAKE_INSTALL_FULL_LIBDIR}")
51
51
endif ()
52
52
set (PROJECT_LIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}")
53
53
message (STATUS "${PROJECT_LIBEXECDIR} is the libexec install dir")