~compiz-team/compiz/build-fixes-part-2

« back to all changes in this revision

Viewing changes to cmake/CompizCommon.cmake

  • Committer: smspillaz
  • Date: 2012-05-17 05:09:25 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120517050925-dkvndf7l470tzhz1
Make compizconfig build work

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
endif ()
58
58
 
59
59
if (${CMAKE_PROJECT_NAME} STREQUAL "compiz")
60
 
    set (COMPIZ_WERROR_DEFAULT ON)
 
60
    set (COMPIZ_WERROR_DEFAULT OFF)
61
61
else ()
62
62
    set (COMPIZ_WERROR_DEFAULT OFF)
63
63
endif ()