]> git.saurik.com Git - apt.git/commitdiff
CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variable
authorJulian Andres Klode <jak@debian.org>
Fri, 2 Sep 2016 12:44:08 +0000 (14:44 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 2 Sep 2016 12:44:08 +0000 (14:44 +0200)
This accidentally used ICONV_DIRECTORIES, which does not
even exist. Weird.

apt-pkg/CMakeLists.txt

index 34930c8e95311aab9aafa4a9dee0036ebccc8490..bdaa93d67357b71e8936529b3e6a3caa7c414a26 100644 (file)
@@ -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