mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
remove deprecated /Za option from MSVC
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user