X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fxmllite%2FCMakeLists.txt;h=91e6f983fbfddb2598ebb0ac098a59bc1030637c;hp=b5f534be85dcc4bad64973efef23fbed895802d9;hb=2aa63cb5436285634df05b76a9cee26da663abcc;hpb=02baa63e9d4d250a2e781a15d9de7117877218f7 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})