]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CMake: Add empty lines
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 16 Jun 2024 16:39:32 +0000 (19:39 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 6 Sep 2024 16:07:09 +0000 (19:07 +0300)
(cherry picked from commit 82986d8c691a294c78b48d8391303e5c428b5437)

CMakeLists.txt

index aedc8e703edaa3593182423095d3efd4f7f3f3c9..fb701ec338f65737fc425a7b4c763bc98e5b3fdd 100644 (file)
@@ -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_<dir> 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