cmake: fix typo

This commit is contained in:
Alexander Alekhin 2017-09-26 17:19:27 +03:00
parent 513c2b92a4
commit 587df6d942

View File

@ -137,7 +137,7 @@ if(BUILD_IPP_IW)
# Package sources
get_filename_component(__PATH "${IPPROOT}/../${IW_PACKAGE_SUBDIR}/" ABSOLUTE)
ippiw_setup("${_PATH}" 1)
ippiw_setup("${__PATH}" 1)
endif()