~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-06-28 22:06:26 UTC
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: charles.kerr@canonical.com-20130628220626-da7uwjo2phyg80t4
remove localinstall mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
option (enable_tests "Build the package's automatic tests." ON)
11
11
option (full_warnings "Full compiler warnings." ON)
12
12
option (enable_lcov "Generate lcov code coverage reports." ON)
13
 
option (LOCAL_INSTALL "Support local installation." OFF)
14
13
 
15
14
find_package(PkgConfig REQUIRED)
16
15
include (GNUInstallDirs)