mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
* Addendum to r57875.
svn path=/trunk/; revision=57876
This commit is contained in:
parent
02baa63e9d
commit
2aa63cb543
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue