Silence some CMake build MSVC useless warnings
authorevpobr <evpobr@gmail.com>
Wed, 8 Apr 2020 05:28:27 +0000 (10:28 +0500)
committerRalph Giles <giles@thaumas.net>
Wed, 8 Apr 2020 23:50:49 +0000 (16:50 -0700)
commit4d963fe0b4ba3bdb45233de4b959ce2f36963f7a
tree019de5f7ac88e138d930f90b3a39903a273d15a4
parent1ffc217cb77636d1a06939638d14c583e1e89525
Silence some CMake build MSVC useless warnings

Supress warnings about unsafe and deprecated functions like this: strcat is unsafe, use `strcat_s` instead and so on.

Signed-off-by: Ralph Giles <giles@thaumas.net>
lib/CMakeLists.txt