提交 63dc1cdd 编写于 作者: A Alexander Shishkov

removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS

removed one more OPENCV_BUILD_SHARED_LIB flag
上级 8ba6a54d
......@@ -108,7 +108,7 @@ if(ENABLE_SOLUTION_FOLDERS)
set_target_properties(${the_target} PROPERTIES FOLDER "modules")
endif()
if (OPENCV_BUILD_SHARED_LIB)
if (BUILD_SHARED_LIBS)
if (MSVC)
set_target_properties(${the_target} PROPERTIES DEFINE_SYMBOL CVAPI_EXPORTS)
else()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册