From: Amine Khaldi Date: Tue, 11 Dec 2012 11:07:55 +0000 (+0000) Subject: * Addendum to r57875. X-Git-Tag: backups/ros-csrss@60644~104^2~156 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2aa63cb5436285634df05b76a9cee26da663abcc;hp=02baa63e9d4d250a2e781a15d9de7117877218f7 * Addendum to r57875. svn path=/trunk/; revision=57876 --- diff --git a/rostests/winetests/xmllite/CMakeLists.txt b/rostests/winetests/xmllite/CMakeLists.txt index b5f534be85d..91e6f983fbf 100644 --- a/rostests/winetests/xmllite/CMakeLists.txt +++ b/rostests/winetests/xmllite/CMakeLists.txt @@ -9,7 +9,7 @@ list(APPEND SOURCE 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})