Skip to content

Commit

Permalink
when campaign reader uses sqlite3 it also needs zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed Sep 1, 2023
1 parent 934ae46 commit c6ae903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/DetectOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,9 @@ elseif(ADIOS2_USE_SQLite3)
find_package(SQLite3 REQUIRED)
endif()
if(SQLite3_FOUND)
message(STATUS "Sqlite3 found. Requires ZLIB")
set(ADIOS2_HAVE_SQLite3 TRUE)
find_package(ZLIB REQUIRED)
endif()

# Multithreading
Expand Down

0 comments on commit c6ae903

Please sign in to comment.