* Addendum to r57875.
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 11 Dec 2012 11:07:55 +0000 (11:07 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 11 Dec 2012 11:07:55 +0000 (11:07 +0000)
svn path=/trunk/; revision=57876

rostests/winetests/xmllite/CMakeLists.txt

index b5f534b..91e6f98 100644 (file)
@@ -9,7 +9,7 @@ list(APPEND SOURCE
 if(NOT MSVC)
     # FIXME: http://www.cmake.org/Bug/view.php?id=12998
     #allow_warnings(xmllite_winetest)
 if(NOT MSVC)
     # FIXME: http://www.cmake.org/Bug/view.php?id=12998
     #allow_warnings(xmllite_winetest)
-    set_source_files_properties(reader.c PROPERTIES COMPILE_FLAGS "-Wno-error")
+    set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error")
 endif()
 
 add_executable(xmllite_winetest ${SOURCE})
 endif()
 
 add_executable(xmllite_winetest ${SOURCE})