mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
[CMAKE] Stop setting the C standard on modules
Global standard is C99.
This commit is contained in:
parent
e0495079cb
commit
677f190f4c
6 changed files with 0 additions and 13 deletions
|
@ -22,7 +22,5 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
|||
target_compile_options(nfs41_driver PRIVATE "-Wno-unused-value")
|
||||
endif()
|
||||
|
||||
set_property(TARGET nfs41_driver PROPERTY C_STANDARD 90)
|
||||
|
||||
add_cd_file(TARGET nfs41_driver DESTINATION reactos/system32/drivers FOR all)
|
||||
add_registry_inf(nfs41_reg.inf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue