Skip to content

Commit

Permalink
[MISC] automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Nov 4, 2024
1 parent e22b096 commit 295d843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#
# Will create needle-[VERSION]-Source.tar.xz{,.sha256}.


cmake_minimum_required (VERSION 3.7...3.30)

set (CPACK_GENERATOR "TXZ")
Expand All @@ -37,7 +36,8 @@ if (NOT CPM_DOWNLOAD_LOCATION)
endif ()

configure_file ("${needle_SOURCE_DIR}/cmake/cpack_install.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/cpack_install.cmake"
@ONLY)
@ONLY
)
set (CPACK_INSTALL_SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/cpack_install.cmake")

# Source Package
Expand Down

0 comments on commit 295d843

Please sign in to comment.