1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Define installation layout for Python standalone builds.

This commit is contained in:
Alexander Smorkalov
2025-12-29 15:01:07 +03:00
parent d43ff988ca
commit f9c2961411
+1
View File
@@ -29,6 +29,7 @@ if(NOT PYTHON_NUMPY_INCLUDE_DIRS)
message(FATAL_ERROR "Can't find Python 'numpy' development files")
endif()
include("${OpenCV_SOURCE_DIR}/cmake/OpenCVInstallLayout.cmake")
include("${OpenCV_SOURCE_DIR}/cmake/OpenCVDetectDLPack.cmake")
status("-----------------------------------------------------------------")