Enable compiler warnings
authorMyhailo Danylenko <isbear@ukrpost.net>
Tue, 30 Mar 2010 22:26:39 +0300
changeset 13 1fd61cc4e1ea
parent 12 5ae14bc061b2
child 14 01cdc293e2c2
Enable compiler warnings
CMakeLists.txt
--- a/CMakeLists.txt	Thu Mar 25 20:57:44 2010 +0200
+++ b/CMakeLists.txt	Tue Mar 30 22:26:39 2010 +0300
@@ -37,6 +37,7 @@
 					  ${MCABBER_LIBRARIES})
 include_directories(${marking_SOURCE_DIR} 
                     ${marking_BINARY_DIR})
+set_target_properties(marking PROPERTIES COMPILE_FLAGS "-Wall")
 
 ## Packaging information
 configure_file(config.h.in config.h)