Skip to content

Commit

Permalink
BUILD: Delete our own FindIconv.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 6, 2023
1 parent d765d99 commit aae89c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 82 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(PHAETHON_LIBRARIES "")

find_package(Iconv REQUIRED)
include_directories(${ICONV_INCLUDE_DIRS})
list(APPEND PHAETHON_LIBRARIES ${ICONV_LIBRARIES})
include_directories(${Iconv_INCLUDE_DIRS})
list(APPEND PHAETHON_LIBRARIES ${Iconv_LIBRARIES})

find_package(ZLIB REQUIRED)
include_directories(${ZLIB_INCLUDE_DIRS})
Expand Down
79 changes: 0 additions & 79 deletions cmake/FindIconv.cmake

This file was deleted.

1 change: 0 additions & 1 deletion rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ EXTRA_DIST += \
cmake/CMakeAM.cmake \
cmake/CMakeUninstall.cmake \
cmake/FindFaad.cmake \
cmake/FindIconv.cmake \
cmake/FindLibLZMA.cmake \
cmake/FindMad.cmake \
cmake/FindOgg.cmake \
Expand Down

0 comments on commit aae89c4

Please sign in to comment.