Skip to content

Commit

Permalink
Update macros.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored Apr 29, 2024
1 parent f2053b2 commit b786ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ endmacro()
## downloads the archive for the given library
## @param libname The library that should be downloaded
macro(download_contrib_archive libname)
set(_BASE_URL "https://github.com/OpenMS/contrib-sources/releases/download/latest/")
set(_BASE_URL "https://github.com/OpenMS/contrib-sources/releases/download/2024-04-29-000000/")

# the files/folders where downloads are stored
set(_archive_folder "${PROJECT_BINARY_DIR}/archives")
Expand Down

0 comments on commit b786ca3

Please sign in to comment.