From: Julian Andres Klode Date: Fri, 2 Sep 2016 12:44:08 +0000 (+0200) Subject: CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variable X-Git-Tag: 1.3_rc4~4 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/544e1528b18025fad8318e6fb825ad296976cf24?ds=sidebyside CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variable This accidentally used ICONV_DIRECTORIES, which does not even exist. Weird. --- diff --git a/apt-pkg/CMakeLists.txt b/apt-pkg/CMakeLists.txt index 34930c8e9..bdaa93d67 100644 --- a/apt-pkg/CMakeLists.txt +++ b/apt-pkg/CMakeLists.txt @@ -29,7 +29,7 @@ target_include_directories(apt-pkg ${BZIP2_INCLUDE_DIR} ${LZMA_INCLUDE_DIRS} ${LZ4_INCLUDE_DIRS} - ${ICONV_DIRECTORIES} + ${ICONV_INCLUDE_DIRS} ) target_link_libraries(apt-pkg