Skip to content

Commit

Permalink
fixup: do not enable subfiling ex if not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Jan 12, 2024
1 parent 1a749b0 commit 07df756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/core_tutorial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if(Kokkos_ENABLE_CUDA)
endif()
if(Cabana_ENABLE_HDF5)
add_subdirectory(13_hdf5_output)
if(HDF5_VERSION VERSION_GREATER_EQUAL 1.14.0)
if(HDF5_VERSION VERSION_GREATER_EQUAL 1.14.0 AND HDF5_ENABLE_SUBFILING_VFD)
add_subdirectory(13_hdf5_output_advanced)
endif()
endif()

0 comments on commit 07df756

Please sign in to comment.