* Allow warnings for all source files here.

svn path=/trunk/; revision=57875
This commit is contained in:
Amine Khaldi 2012-12-11 11:04:27 +00:00
parent 7556a74ee4
commit 02baa63e9d

View file

@ -15,7 +15,7 @@ list(APPEND SOURCE
if(NOT MSVC)
# FIXME: http://www.cmake.org/Bug/view.php?id=12998
#allow_warnings(xmllite)
set_source_files_properties(reader.c PROPERTIES COMPILE_FLAGS "-Wno-error")
set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error")
endif()
add_library(xmllite SHARED ${SOURCE})