Skip to content

Commit

Permalink
Dropped down the version of scran_blocks to match its release.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jul 18, 2024
1 parent 6f7fd37 commit 92e12e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(SCRAN_MARKERS_FETCH_EXTERN)
else()
find_package(tatami_tatami 3.0.0 CONFIG REQUIRED)
find_package(tatami_tatami_stats 1.0.0 CONFIG REQUIRED)
find_package(libscran_scran_blocks 1.0.0 CONFIG REQUIRED)
find_package(libscran_scran_blocks 0.1.0 CONFIG REQUIRED)
endif()

target_link_libraries(scran_markers INTERFACE tatami::tatami tatami::tatami_stats libscran::scran_blocks)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
include(CMakeFindDependencyMacro)
find_dependency(tatami_tatami 3.0.0 CONFIG REQUIRED)
find_dependency(tatami_tatami_stats 1.0.0 CONFIG REQUIRED)
find_dependency(libscran_scran_blocks 1.0.0 CONFIG REQUIRED)
find_dependency(libscran_scran_blocks 0.1.0 CONFIG REQUIRED)

include("${CMAKE_CURRENT_LIST_DIR}/libscran_scran_markersTargets.cmake")
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FetchContent_Declare(
FetchContent_Declare(
scran_blocks
GIT_REPOSITORY https://github.com/libscran/scran_blocks
GIT_TAG master # ^1.0.0
GIT_TAG master # ^0.1.0
)

FetchContent_MakeAvailable(tatami)
Expand Down

0 comments on commit 92e12e6

Please sign in to comment.