Skip to content

Commit

Permalink
remove need for iconv
Browse files Browse the repository at this point in the history
  • Loading branch information
dicengine committed Feb 17, 2023
1 parent 2ade236 commit 4f8f3b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ IF(OpenCV_FOUND)
MESSAGE(STATUS "Checking for OpenCV contrib libraries in ${OpenCV_DIR}/modules/xfeatures2d")
if(EXISTS "${OpenCV_DIR}/modules/xfeatures2d")
MESSAGE(STATUS "OpenCV contrib modules found")
find_package(iconv REQUIRED)
add_definitions(-DHAVE_OPENCV_CONTRIB)
else()
MESSAGE(STATUS "OpenCV contrib modules NOT found")
Expand Down
2 changes: 0 additions & 2 deletions tests/examples/custom_app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,11 @@ find_package( OpenCV NO_DEFAULT_PATH PATHS ${OpenCV_DIR} )
MESSAGE(STATUS "Checking for OpenCV contrib libraries in ${OpenCV_DIR}/modules/xfeatures2d")
if(EXISTS "${OpenCV_DIR}/modules/xfeatures2d")
MESSAGE(STATUS "OpenCV contrib modules found")
find_package(iconv REQUIRED)
add_definitions(-DHAVE_OPENCV_CONTRIB)
else()
MESSAGE(STATUS "OpenCV contrib modules NOT found")
endif()

find_package(iconv REQUIRED)
IF(OpenCV_FOUND)
set(DICE_ENABLE_OPENCV ON)
ELSE()
Expand Down

0 comments on commit 4f8f3b8

Please sign in to comment.