mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:22:58 +00:00
[RDBSSLIB][RTL] Fix build on MSVC bots
Addendum to 0.4.15-dev-1453-g 4ad7b6d
Looks like CMake on master does not longer understand the syntax of
replace_compile_flags().
Will investigate that later again, when other issues have been
solved that do currently prevent me from testing that locally at all.
Most likely remove_target_compile_option() has to be used instead now.
This commit is contained in:
parent
4ad7b6d634
commit
dd3c540928
2 changed files with 0 additions and 10 deletions
|
@ -5,11 +5,6 @@ add_definitions(
|
|||
-D_NTSYSTEM_
|
||||
-D_NTDLLBUILD_)
|
||||
|
||||
if(MSVC)
|
||||
# error C4101: unreferenced local variable in Release-Configuration due to debug logging
|
||||
replace_compile_flags("/we4101" " ")
|
||||
endif()
|
||||
|
||||
list(APPEND SOURCE
|
||||
access.c
|
||||
acl.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue