mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
make distrib with world (shared libs)
This commit is contained in:
parent
55188fe991
commit
fc0f254f00
@ -337,6 +337,9 @@ if(DEFINED CMAKE_DEBUG_POSTFIX)
|
||||
set(OPENCV_DEBUG_POSTFIX "${CMAKE_DEBUG_POSTFIX}")
|
||||
endif()
|
||||
|
||||
if(INSTALL_CREATE_DISTRIB AND BUILD_SHARED_LIBS AND NOT DEFINED BUILD_opencv_world)
|
||||
set(BUILD_opencv_world ON CACHE INTERNAL "")
|
||||
endif()
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# Path for build/platform -specific headers
|
||||
|
Loading…
Reference in New Issue
Block a user