Skip to content

Commit

Permalink
line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 20, 2024
1 parent 6b790bf commit 9cd53ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9cd53ad

Please sign in to comment.