Author: akhaldi
Date: Sun Sep  4 21:52:37 2011
New Revision: 53594

URL: http://svn.reactos.org/svn/reactos?rev=53594&view=rev
Log:
[CMAKE]
* Properly use add_target_compile_flags.

Modified:
    trunk/reactos/cmake/gcc.cmake

Modified: trunk/reactos/cmake/gcc.cmake
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/gcc.cmake?rev=53594&r1=53593&r2=53594&view=diff
==============================================================================
--- trunk/reactos/cmake/gcc.cmake [iso-8859-1] (original)
+++ trunk/reactos/cmake/gcc.cmake [iso-8859-1] Sun Sep  4 21:52:37 2011
@@ -360,5 +360,5 @@
 endfunction()
 
 function(allow_warnings __module)
-    add_target_compile_flags(${__module} -Wno-error)
-endfunction()
+    add_target_compile_flags(${__module} "-Wno-error")
+endfunction()


Reply via email to