[CMAKE] Stop setting the C standard on modules

Global standard is C99.
This commit is contained in:
Timo Kreuzer 2024-05-20 23:12:06 +03:00
parent e0495079cb
commit 677f190f4c
6 changed files with 0 additions and 13 deletions

View file

@ -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)