Commit 587df6d9 authored by Alexander Alekhin's avatar Alexander Alekhin

cmake: fix typo

parent 513c2b92
...@@ -137,7 +137,7 @@ if(BUILD_IPP_IW) ...@@ -137,7 +137,7 @@ if(BUILD_IPP_IW)
# Package sources # Package sources
get_filename_component(__PATH "${IPPROOT}/../${IW_PACKAGE_SUBDIR}/" ABSOLUTE) get_filename_component(__PATH "${IPPROOT}/../${IW_PACKAGE_SUBDIR}/" ABSOLUTE)
ippiw_setup("${_PATH}" 1) 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