Skip to content

Commit

Permalink
Bumped version for new release, update required subpar version.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Aug 27, 2024
1 parent ed73085 commit e4eecc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.24)

project(tatami_hdf5
VERSION 2.0.0
VERSION 2.0.1
DESCRIPTION "tatami bindings for HDF5"
LANGUAGES CXX)

Expand All @@ -15,7 +15,7 @@ if(TATAMI_HDF5_FETCH_EXTERN)
add_subdirectory(extern)
else()
find_package(tatami_tatami_chunked 2.0.0 CONFIG REQUIRED)
find_package(ltla_subpar 0.2.0 CONFIG REQUIRED)
find_package(ltla_subpar 0.2.1 CONFIG REQUIRED)
endif()

target_link_libraries(tatami_hdf5 INTERFACE tatami::tatami_chunked ltla::subpar)
Expand Down
2 changes: 1 addition & 1 deletion cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include(CMakeFindDependencyMacro)
find_dependency(tatami_tatami_chunked 2.0.0 CONFIG REQUIRED)
find_dependency(ltla_subpar 0.2.0 CONFIG REQUIRED)
find_dependency(ltla_subpar 0.2.1 CONFIG REQUIRED)

if(@TATAMI_HDF5_FIND_HDF5@)
# Not REQUIRED, so don't use find_dependency according to
Expand Down
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FetchContent_Declare(
FetchContent_Declare(
subpar
GIT_REPOSITORY https://github.com/LTLA/subpar
GIT_TAG master # ^0.2.0
GIT_TAG master # ^v0.2.1
)

FetchContent_MakeAvailable(tatami_chunked)
Expand Down

0 comments on commit e4eecc8

Please sign in to comment.