mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-16 13:34:20 +03:00
remove deprecated /Za option from MSVC
This commit is contained in:
parent
9315793155
commit
5b1e350b2e
@ -55,7 +55,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
||||
if(MSVC)
|
||||
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
|
||||
add_compile_options(/Za)
|
||||
# add_compile_options(/Za)
|
||||
endif(MSVC)
|
||||
|
||||
add_subdirectory(conversions)
|
||||
|
Loading…
x
Reference in New Issue
Block a user