mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 23:51:16 +08:00
Change custom_hal.hpp output location
This commit is contained in:
parent
206a3fcea8
commit
f8f425e34c
@ -912,7 +912,7 @@ foreach(hal ${OpenCV_HAL})
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
configure_file("${OpenCV_SOURCE_DIR}/cmake/templates/custom_hal.hpp.in" "${CMAKE_BINARY_DIR}/custom_hal.hpp" @ONLY)
|
configure_file("${OpenCV_SOURCE_DIR}/cmake/templates/custom_hal.hpp.in" "${OPENCV_CONFIG_FILE_INCLUDE_DIR}/custom_hal.hpp" @ONLY)
|
||||||
unset(_hal_includes)
|
unset(_hal_includes)
|
||||||
|
|
||||||
|
|
||||||
|
@ -179,7 +179,7 @@ ocv_install_3rdparty_licenses(SoftFloat "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/So
|
|||||||
|
|
||||||
|
|
||||||
# generate data (samples data) config file
|
# generate data (samples data) config file
|
||||||
set(OPENCV_DATA_CONFIG_FILE "${CMAKE_BINARY_DIR}/opencv_data_config.hpp")
|
set(OPENCV_DATA_CONFIG_FILE "${OPENCV_CONFIG_FILE_INCLUDE_DIR}/opencv_data_config.hpp")
|
||||||
set(OPENCV_DATA_CONFIG_STR "")
|
set(OPENCV_DATA_CONFIG_STR "")
|
||||||
|
|
||||||
if(CMAKE_INSTALL_PREFIX)
|
if(CMAKE_INSTALL_PREFIX)
|
||||||
|
Loading…
Reference in New Issue
Block a user