pull/13383/head
Andrey Kamaev 13 years ago
parent f59d96cd7f
commit a6e8e5dd95
  1. 2
      CMakeLists.txt

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

Loading…
Cancel
Save