From 2aa63cb5436285634df05b76a9cee26da663abcc Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 11 Dec 2012 11:07:55 +0000 Subject: [PATCH 1/1] * Addendum to r57875. svn path=/trunk/; revision=57876 --- rostests/winetests/xmllite/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.17.1