* Addendum to r57875.

svn path=/trunk/; revision=57876
This commit is contained in:
Amine Khaldi 2012-12-11 11:07:55 +00:00
parent 02baa63e9d
commit 2aa63cb543

View 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)
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})