~ps-jenkins/compiz/latestsnapshot-10.9.10+13.10.20131011-0ubuntu1

« back to all changes in this revision

Viewing changes to cmake/CompizCommon.cmake

  • Committer: Sam Spilsbury
  • Date: 2013-02-12 04:30:52 UTC
  • mto: This revision was merged to the branch mainline in revision 3612.
  • Revision ID: sam.spilsbury@canonical.com-20130212043052-mvpzzf6e2vxzvo00
Clean up the Find Google Test and Xorg GTest logic, put them in their own cmake files
behind their own functions. Make it so that all users can see xorg-gtest and not just the users
in tests/

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
option (COMPIZ_RUN_LDCONFIG "Leave OFF unless you need to run ldconfig after install")
32
32
option (COMPIZ_PACKAGING_ENABLED "Enable to manually set prefix, exec_prefix, libdir, includedir, datadir" OFF)
33
33
option (COMPIZ_BUILD_TESTING "Build Unit Tests" ON)
 
34
option (BUILD_XORG_GTEST "Build Xorg GTest integration tests" ON)
34
35
 
35
36
set (COMPIZ_DATADIR ${CMAKE_INSTALL_PREFIX}/share)
36
37
set (COMPIZ_METADATADIR ${CMAKE_INSTALL_PREFIX}/share/compiz)