]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/CMakeLists.txt
don't warn if untransformed distribution matches
[apt.git] / apt-pkg / CMakeLists.txt
index 34930c8e95311aab9aafa4a9dee0036ebccc8490..1b493c8191c8f7d96795ee334072b6ea68d94ede 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
@@ -49,3 +49,7 @@ add_version_script(apt-pkg)
 install(TARGETS apt-pkg LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
 install(FILES ${headers} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/apt-pkg)
 flatify(${PROJECT_BINARY_DIR}/include/apt-pkg/ "${headers}")
+
+if(CMAKE_BUILD_TYPE STREQUAL "Coverage")
+  target_link_libraries(apt-pkg PUBLIC noprofile)
+endif()