summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt
index 70835746fb..44dea3a155 100644
--- a/cpp/src/CMakeLists.txt
+++ b/cpp/src/CMakeLists.txt
@@ -452,7 +452,6 @@ if (CMAKE_SYSTEM_NAME STREQUAL Windows)
/D "_CRT_NONSTDC_NO_WARNINGS"
/D "NOMINMAX"
/D "WIN32_LEAN_AND_MEAN"
- /D "_SCL_SECURE_NO_WARNINGS"
/wd4244
/wd4800
/wd4355