Skip to content

Commit

Permalink
[INFRA] Remove GIT_TAG for URL download
Browse files Browse the repository at this point in the history
The GIT_TAG is ignored, but it causes CPM to expect a git repository.
When using CPM_SOURCE_CACHE, this leads to a warning, because CPM wants
to run `git status` in the cached directory.
  • Loading branch information
eseiler committed Oct 28, 2024
1 parent 2b5641e commit bdfd768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/package-lock.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CPMDeclarePackage (cereal
set (SEQAN3_SDSL_VERSION 14cd017027ea742353fc5b500d1cb1d95896b77e)
CPMDeclarePackage (sdsl-lite
NAME sdsl-lite
GIT_TAG ${SEQAN3_SDSL_VERSION}
URL https://github.com/xxsds/sdsl-lite/archive/${SEQAN3_SDSL_VERSION}.tar.gz
DOWNLOAD_ONLY YES
QUIET YES)
Expand Down

0 comments on commit bdfd768

Please sign in to comment.