1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

bugfix for highgui crash on Windows in debug mode (ticket #752) has been propagated from branch 2.2 to trunk

This commit is contained in:
Vadim Pisarevsky
2011-04-26 12:09:27 +00:00
parent 6f82c0d662
commit 0cfcb48796
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ set_target_properties(${the_target} PROPERTIES
)
if(MSVC)
set_target_properties(${the_target} PROPERTIES LINK_FLAGS "/NODEFAULTLIB:atlthunk.lib /NODEFAULTLIB:atlsd.lib")
set_target_properties(${the_target} PROPERTIES LINK_FLAGS "/NODEFAULTLIB:atlthunk.lib /NODEFAULTLIB:atlsd.lib /DEBUG")
endif(MSVC)
# Dependencies of this target: