Commit 63dc1cdd authored by Alexander Shishkov's avatar Alexander Shishkov

removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS

removed one more OPENCV_BUILD_SHARED_LIB flag
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment