libarchive: Do not generate a pkg-config file
CMake does not install the headers or libraries so skip the .pc file too.
This commit is contained in:
parent
8092e759ea
commit
66b0c4fa19
|
@ -1296,9 +1296,6 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/build/cmake/config.h.in
|
||||||
INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR})
|
INCLUDE_DIRECTORIES(BEFORE ${CMAKE_CURRENT_BINARY_DIR})
|
||||||
ADD_DEFINITIONS(-DHAVE_CONFIG_H)
|
ADD_DEFINITIONS(-DHAVE_CONFIG_H)
|
||||||
|
|
||||||
# Handle generation of the libarchive.pc file for pkg-config
|
|
||||||
INCLUDE(CreatePkgConfigFile)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Register installation of PDF documents.
|
# Register installation of PDF documents.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue