~cameronnemo/pantheon-greeter/optional-gl

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Cody Garver
  • Date: 2013-10-08 18:27:22 UTC
  • mto: This revision was merged to the branch mainline in revision 218.
  • Revision ID: cody@elementaryos.org-20131008182722-tw7jcwb1hx0d5qvw
Silence C compilation warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
configure_file (${CMAKE_SOURCE_DIR}/src/config.vala.cmake ${CMAKE_BINARY_DIR}/src/config.vala)
15
15
add_definitions (-DGETTEXT_PACKAGE="pantheon-greeter")
16
16
 
 
17
# Comment this out to enable C compiler warnings
 
18
add_definitions (-w)
 
19
 
17
20
# Add 'make dist' command for creating release tarball
18
21
set (CPACK_PACKAGE_VERSION ${VERSION})
19
22
set (CPACK_SOURCE_GENERATOR "TGZ")