summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-platform.cmake
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-03-27 20:54:09 +0100
committerStéphane Lenclud <github@lenclud.com>2019-03-27 20:54:09 +0100
commit905bd334505bbdbcab75d813da0ee701387a3666 (patch)
treed5248e807a0109c9ae4c4b9453ed1b5cfc3bc368 /cmake/opentrack-platform.cmake
parent50e1aa528fa433339405d1a2139a0acdc799c0d1 (diff)
Not changing _ITERATOR_DEBUG_LEVEL default value any more when using default toolchain.
Thus making default MSVC build working with default OpenCV static library build. Closes #920.
Diffstat (limited to 'cmake/opentrack-platform.cmake')
-rw-r--r--cmake/opentrack-platform.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index 24f0f977..be09d6db 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -124,7 +124,6 @@ if(MSVC)
add_definitions(-D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1)
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
- add_definitions(-D_ITERATOR_DEBUG_LEVEL=0)
add_definitions(-D_HAS_EXCEPTIONS=0)
add_definitions(-D_ENABLE_EXTENDED_ALIGNED_STORAGE)