Commit c57aef75 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #9647 from alalek:cmake_ipp_absolute_path

parents e70b75b5 6757101f
...@@ -136,7 +136,8 @@ if(BUILD_IPP_IW) ...@@ -136,7 +136,8 @@ if(BUILD_IPP_IW)
ippiw_setup("${OpenCV_SOURCE_DIR}/3rdparty/ippiw" 1) ippiw_setup("${OpenCV_SOURCE_DIR}/3rdparty/ippiw" 1)
# Package sources # Package sources
ippiw_setup("${IPPROOT}/../${IW_PACKAGE_SUBDIR}/" 1) get_filename_component(__PATH "${IPPROOT}/../${IW_PACKAGE_SUBDIR}/" ABSOLUTE)
ippiw_setup("${_PATH}" 1)
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment