Skip to content

Commit

Permalink
Add suffix when finding ia_imaging for IPU6
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Yao <hao.yao@intel.com>
  • Loading branch information
hao-yao committed Aug 8, 2024
1 parent a2cea6c commit b755bed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/FindIA_IMAGING.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ include(FindPackageHandleStandardArgs)

if(NOT DEFINED IPU_VER)
set(IA_IMAGING_PKG_SUFFIX "-ipu4")
elseif(${IPU_VER} STREQUAL ipu6)
set(IA_IMAGING_PKG_SUFFIX "")
else()
set(IA_IMAGING_PKG_SUFFIX "-${IPU_VER}")
endif()
Expand Down

0 comments on commit b755bed

Please sign in to comment.