Commit a6e8e5dd authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed #1443

parent f59d96cd
...@@ -213,7 +213,7 @@ else() ...@@ -213,7 +213,7 @@ else()
set(OPENCV_DEBUG_POSTFIX "") set(OPENCV_DEBUG_POSTFIX "")
endif() endif()
if(NOT "${CMAKE_DEBUG_POSTFIX}" STREQUAL "") if(DEFINED CMAKE_DEBUG_POSTFIX)
set(OPENCV_DEBUG_POSTFIX "${CMAKE_DEBUG_POSTFIX}") set(OPENCV_DEBUG_POSTFIX "${CMAKE_DEBUG_POSTFIX}")
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment