From 9cd53adbc67ed5945212092435e9d4c44609e15e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 20 Nov 2024 08:57:14 +0100 Subject: [PATCH] line breaks --- CMakeLists.txt | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c9cd73..5f7132b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,8 @@ set_target_properties(spz PROPERTIES ## Install spzConfig.cmake spz::spz target can be found when calling find_package(spz) include(CMakePackageConfigHelpers) configure_package_config_file( - "${CMAKE_CURRENT_SOURCE_DIR}/cmake/spzConfig.cmake.in" "${CMAKE_BINARY_DIR}/cmake/spzConfig.cmake" + "${CMAKE_CURRENT_SOURCE_DIR}/cmake/spzConfig.cmake.in" + "${CMAKE_BINARY_DIR}/cmake/spzConfig.cmake" INSTALL_DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/spz") write_basic_package_version_file( "${CMAKE_BINARY_DIR}/cmake/spzConfigVersion.cmake" diff --git a/README.md b/README.md index 032566a..2b52077 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ with minimal visual differences between the two. ### C++ -Requires `libz` as the only dependent library, otherwise the code is completely self-contained. A CMake build system is provided for convenience. +Requires `libz` as the only dependent library, otherwise the code is completely self-contained. +A CMake build system is provided for convenience. ## API