Skip to content

Commit

Permalink
Small change in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jul 21, 2023
1 parent 4a61f47 commit 9787de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1138,10 +1138,10 @@ ENDIF()
IF (ENABLE_FILTER_BZ2)
FIND_PACKAGE(Bz2)
ENDIF()
IF (ENABLE_BLOSC)
IF (ENABLE_FILTER_BLOSC)
FIND_PACKAGE(Blosc)
ENDIF()
IF (ENABLE_ZSTD)
IF (ENABLE_FILTER_ZSTD)
FIND_PACKAGE(Zstd)
ENDIF()

Expand Down

0 comments on commit 9787de1

Please sign in to comment.