Commit e80cbbb1 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed C= detection script

parent e625d864
...@@ -5,7 +5,7 @@ if(WIN32) ...@@ -5,7 +5,7 @@ if(WIN32)
if(CSTRIPES_LIB_DIR) if(CSTRIPES_LIB_DIR)
ocv_include_directories("${CSTRIPES_LIB_DIR}/..") ocv_include_directories("${CSTRIPES_LIB_DIR}/..")
link_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) set(HAVE_CSTRIPES 1)
endif() endif()
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