fixed C= detection script

pull/40/head
Vadim Pisarevsky 12 years ago
parent e625d86485
commit e80cbbb101
  1. 2
      cmake/OpenCVDetectCStripes.cmake

@ -5,7 +5,7 @@ if(WIN32)
if(CSTRIPES_LIB_DIR)
ocv_include_directories("${CSTRIPES_LIB_DIR}/..")
link_directories("${CSTRIPES_LIB_DIR}")
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} "С=")
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} "C=")
set(HAVE_CSTRIPES 1)
endif()
endif()

Loading…
Cancel
Save