Skip to content

Commit bf6548d

Browse files
committed
Merge pull request opencv#9716 from alalek:fix_ipp_build
2 parents 0f0f565 + 587df6d commit bf6548d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/OpenCVFindIPPIW.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ if(BUILD_IPP_IW)
137137

138138
# Package sources
139139
get_filename_component(__PATH "${IPPROOT}/../${IW_PACKAGE_SUBDIR}/" ABSOLUTE)
140-
ippiw_setup("${_PATH}" 1)
140+
ippiw_setup("${__PATH}" 1)
141141
endif()
142142

143143

0 commit comments

Comments
 (0)