Commit f9ac5e24 authored by Anatoly Baksheev's avatar Anatoly Baksheev

minor

parent c1f2b1fc
...@@ -79,6 +79,7 @@ endif(NOT HAVE_TBB) ...@@ -79,6 +79,7 @@ endif(NOT HAVE_TBB)
# get TBB version # get TBB version
if(HAVE_TBB) if(HAVE_TBB)
find_file(TBB_STDDEF_PATH tbb/tbb_stddef.h "${TBB_INCLUDE_DIRS}") find_file(TBB_STDDEF_PATH tbb/tbb_stddef.h "${TBB_INCLUDE_DIRS}")
mark_as_advanced(TBB _STDDEF_PATH)
endif() endif()
if(HAVE_TBB AND TBB_STDDEF_PATH) if(HAVE_TBB AND TBB_STDDEF_PATH)
ocv_parse_header("${TBB_STDDEF_PATH}" TBB_VERSION_LINES TBB_VERSION_MAJOR TBB_VERSION_MINOR TBB_INTERFACE_VERSION) ocv_parse_header("${TBB_STDDEF_PATH}" TBB_VERSION_LINES TBB_VERSION_MAJOR TBB_VERSION_MINOR TBB_INTERFACE_VERSION)
......
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