File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ endfunction()
41
41
function (ocv_tbb_env_guess _found )
42
42
find_path (TBB_ENV_INCLUDE NAMES "tbb/tbb.h" PATHS ENV CPATH NO_DEFAULT_PATH )
43
43
find_path (TBB_ENV_INCLUDE NAMES "tbb/tbb.h" )
44
- find_library (TBB_ENV_LIB NAMES "tbb" PATHS ENV LIBRARY_PATH ENV LD_LIBRARY_PATH NO_DEFAULT_PATH )
44
+ find_library (TBB_ENV_LIB NAMES "tbb" PATHS ENV LIBRARY_PATH NO_DEFAULT_PATH )
45
45
find_library (TBB_ENV_LIB NAMES "tbb" )
46
- find_library (TBB_ENV_LIB_DEBUG NAMES "tbb_debug" PATHS ENV LIBRARY_PATH ENV LD_LIBRARY_PATH NO_DEFAULT_PATH )
46
+ find_library (TBB_ENV_LIB_DEBUG NAMES "tbb_debug" PATHS ENV LIBRARY_PATH NO_DEFAULT_PATH )
47
47
find_library (TBB_ENV_LIB_DEBUG NAMES "tbb_debug" )
48
48
if (TBB_ENV_INCLUDE AND (TBB_ENV_LIB OR TBB_ENV_LIB_DEBUG ))
49
49
ocv_tbb_verify ()
You can’t perform that action at this time.
0 commit comments