diff options
Diffstat (limited to 'cmake/opentrack-platform.cmake')
-rw-r--r-- | cmake/opentrack-platform.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index 285c07c7..5ad2709c 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -135,6 +135,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS OFF) if(MINGW) add_definitions(-DMINGW_HAS_SECURE_API) + add_definitions(-DSTRSAFE_NO_DEPRECATE) endif() # assume binutils |