diff --git a/modules/python/standalone.cmake b/modules/python/standalone.cmake index f138f7b061..25a669803e 100644 --- a/modules/python/standalone.cmake +++ b/modules/python/standalone.cmake @@ -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("-----------------------------------------------------------------")