fix msvc crt deprication warnings
This commit is contained in:
@ -2,3 +2,4 @@
|
|||||||
add_library(IACore STATIC imp/cpp/dummy.cpp)
|
add_library(IACore STATIC imp/cpp/dummy.cpp)
|
||||||
|
|
||||||
target_include_directories(IACore PUBLIC inc/hpp imp/inl)
|
target_include_directories(IACore PUBLIC inc/hpp imp/inl)
|
||||||
|
target_compile_definitions(IACORE PUBLIC _CRT_SECURE_NO_WARNINGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user