Merge topic 'create_test_sourcelist-msvc-warnings'

63fc8dcd create_test_sourcelist: Suppress MSVC warnings in test driver (#15066)
This commit is contained in:
Brad King 2014-08-18 11:21:38 -04:00 committed by CMake Topic Stage
commit 24f46959a2
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
#include <string.h>
#include <stdlib.h>
#if defined(_MSC_VER)
# pragma warning(disable:4996) /* deprecation */
#endif
@CMAKE_TESTDRIVER_EXTRA_INCLUDES@