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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user