We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8239c4a commit f8a659cCopy full SHA for f8a659c
src/axom/sidre/examples/spio/CMakeLists.txt
@@ -30,9 +30,13 @@ foreach(src ${spio_example_sources})
30
)
31
endforeach()
32
33
-if(SCR_FOUND AND AXOM_ENABLE_TESTS)
34
- # Note: This example is a combination of a test and an example due
35
- # inability to run two SCR executables at the same time
+if(SCR_FOUND AND AXOM_ENABLE_TESTS AND HDF5_FOUND)
+ # Note: This example is a combination of a test and an example
+ # since we're unable to run two SCR executables at the same time
36
+ #
37
+ # The test was written against the sidre_hdf5 protocol, so disable it
38
+ # in configurations that do not include hdf5
39
+
40
axom_add_executable(
41
NAME spio_IO_SCR_Checkpoint_ex
42
SOURCES IO_SCR_Checkpoint.cpp
0 commit comments