mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +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)
|
if(NOT MSVC)
|
||||||
# FIXME: http://www.cmake.org/Bug/view.php?id=12998
|
# FIXME: http://www.cmake.org/Bug/view.php?id=12998
|
||||||
#allow_warnings(xmllite_winetest)
|
#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()
|
endif()
|
||||||
|
|
||||||
add_executable(xmllite_winetest ${SOURCE})
|
add_executable(xmllite_winetest ${SOURCE})
|
||||||
|
|
Loading…
Reference in a new issue