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 5, 2023
1 parent b06ca4a commit 1c06f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 81 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(XOREOSTOOLS_LIBRARIES "")

find_package(Iconv REQUIRED)
include_directories(${ICONV_INCLUDE_DIRS})
list(APPEND XOREOSTOOLS_LIBRARIES ${ICONV_LIBRARIES})
include_directories(${Iconv_INCLUDE_DIRS})
list(APPEND XOREOSTOOLS_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.

0 comments on commit 1c06f2f

Please sign in to comment.