Skip to content

Commit

Permalink
Update cmake/DetectOptions.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente Bolea <[email protected]>
  • Loading branch information
gregorweiss and vicentebolea authored Nov 12, 2024
1 parent 0cbb697 commit 364b354
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/DetectOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ if(ADIOS2_USE_BigWhoop STREQUAL AUTO)
elseif(ADIOS2_USE_BigWhoop)
find_package(BWC REQUIRED CONFIG)
endif()
if(TARGET bwc::bwclib)
set(ADIOS2_HAVE_BigWhoop TRUE)
endif()
set(ADIOS2_HAVE_BigWhoop ${BWC_found})

# Blosc2
if(ADIOS2_USE_Blosc2 STREQUAL AUTO)
Expand Down

0 comments on commit 364b354

Please sign in to comment.