Skip to content

Commit 587df6d

Browse files
committed
cmake: fix typo
1 parent 513c2b9 commit 587df6d

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)