提交 8568914c 编写于 作者: V Vadim Pisarevsky

Merge pull request #7125 from alalek:cmake_apple_usr_local_lib

......@@ -384,3 +384,7 @@ if(NOT OPENCV_FP16_DISABLE)
set(HAVE_FP16 1)
endif()
endif()
if(APPLE AND NOT CMAKE_CROSSCOMPILING AND NOT DEFINED ENV{LDFLAGS} AND EXISTS "/usr/local/lib")
link_directories("/usr/local/lib")
endif()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册