mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
Use STRING instead of PATH to fix #24141
This commit is contained in:
parent
f5a14532c2
commit
70a58d7198
|
|
@ -258,7 +258,7 @@ if(NOT ${found})
|
||||||
set(${include_path} "${_include_path}" CACHE INTERNAL "")
|
set(${include_path} "${_include_path}" CACHE INTERNAL "")
|
||||||
set(${include_dir} "${_include_dir}" CACHE PATH "Python include dir")
|
set(${include_dir} "${_include_dir}" CACHE PATH "Python include dir")
|
||||||
set(${include_dir2} "${_include_dir2}" CACHE PATH "Python include dir 2")
|
set(${include_dir2} "${_include_dir2}" CACHE PATH "Python include dir 2")
|
||||||
set(${packages_path} "${_packages_path}" CACHE PATH "Where to install the python packages.")
|
set(${packages_path} "${_packages_path}" CACHE STRING "Where to install the python packages.")
|
||||||
set(${numpy_include_dirs} ${_numpy_include_dirs} CACHE PATH "Path to numpy headers")
|
set(${numpy_include_dirs} ${_numpy_include_dirs} CACHE PATH "Path to numpy headers")
|
||||||
set(${numpy_version} "${_numpy_version}" CACHE INTERNAL "")
|
set(${numpy_version} "${_numpy_version}" CACHE INTERNAL "")
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user