From: Lasse Collin Date: Sun, 16 Jun 2024 16:39:32 +0000 (+0300) Subject: CMake: Add empty lines X-Git-Tag: v5.6.3~44 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=258bae30a2040138c783b5c380cef0ca603663ed;p=thirdparty%2Fxz.git CMake: Add empty lines (cherry picked from commit 82986d8c691a294c78b48d8391303e5c428b5437) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index aedc8e70..fb701ec3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1397,6 +1397,7 @@ endif() file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/liblzma-config.cmake" "${LZMA_CONFIG_CONTENTS}") + # Create liblzma.pc. If using CMake >= 3.20 and CMAKE_INSTALL_ paths # are relative to CMAKE_INSTALL_PREFIX, the .pc file will be relocatable # (that is, all paths will be relative to ${prefix}). Otherwise absolute @@ -1421,6 +1422,7 @@ endif() configure_file(src/liblzma/liblzma.pc.in liblzma.pc @ONLY) + # Install the library binary. The INCLUDES specifies the include path that # is exported for other projects to use but it doesn't install any files. install(TARGETS liblzma EXPORT liblzmaTargets