Skip to content

Commit

Permalink
do not find iconv
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed Nov 27, 2024
1 parent 1892dcf commit 7932a3c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,6 @@ target_include_directories(libFBX2glTF SYSTEM PUBLIC
${CPPCODEC_INCLUDE_DIR}
)

if (APPLE)
find_package(Iconv MODULE REQUIRED)
target_link_libraries(libFBX2glTF Iconv)
else()
find_package(libiconv MODULE REQUIRED)
target_link_libraries(libFBX2glTF libiconv::libiconv)
endif()


target_include_directories(appFBX2glTF PUBLIC
"third_party/CLI11"
Expand Down

0 comments on commit 7932a3c

Please sign in to comment.