mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
This commit is contained in:
@@ -244,7 +244,7 @@ set(lib_srcs ${highgui_srcs} ${grfmt_srcs})
|
||||
# ----------------------------------------------------------------------------------
|
||||
set(the_target "opencv_highgui")
|
||||
|
||||
if (OPENCV_BUILD_SHARED_LIB)
|
||||
if (BUILD_SHARED_LIBS)
|
||||
add_definitions(-DHIGHGUI_EXPORTS -DCVAPI_EXPORTS)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user