fix msvc crt deprication warnings

This commit is contained in:
Isuru Samarathunga
2025-07-08 13:40:14 +05:30
parent 0bb22cf2f4
commit 599e94594a

View File

@ -2,3 +2,4 @@
add_library(IACore STATIC imp/cpp/dummy.cpp)
target_include_directories(IACore PUBLIC inc/hpp imp/inl)
target_compile_definitions(IACORE PUBLIC _CRT_SECURE_NO_WARNINGS)