mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CMAKE]
* Properly use add_target_compile_flags. svn path=/trunk/; revision=53594
This commit is contained in:
parent
5932142777
commit
b1b3c259e8
1 changed files with 1 additions and 1 deletions
|
@ -360,5 +360,5 @@ function(CreateBootSectorTarget2 _target_name _asm_file _binary_file _base_addre
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
function(allow_warnings __module)
|
function(allow_warnings __module)
|
||||||
add_target_compile_flags(${__module} -Wno-error)
|
add_target_compile_flags(${__module} "-Wno-error")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
Loading…
Reference in a new issue