This commit is contained in:
Andrey Kamaev 2012-02-17 19:09:05 +00:00
parent f59d96cd7f
commit a6e8e5dd95

View File

@ -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()