Skip to content

Commit

Permalink
fix Iconv for UNIX
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Oct 13, 2024
1 parent b126ea9 commit 73a1973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ endif()

include(cmake/download_setup_opencv.cmake)

if(UNIX)
if(UNIX AND NOT ANDROID)
find_package(Iconv REQUIRED)
endif()

Expand Down

0 comments on commit 73a1973

Please sign in to comment.