Skip to content
Snippets Groups Projects
Commit eba91505 authored by guj's avatar guj
Browse files

cmake 3.6 does not know VERSION_GREATER_EQUAL

parent 62a72132
No related branches found
No related tags found
1 merge request!278added VDS support via Engine (HDF5Mixer)
......@@ -67,7 +67,8 @@ if(ADIOS2_HAVE_MPI)
adios2 MPI::MPI_C ${CMAKE_THREAD_LIBS_INIT}
)
if(HDF5_VERSION VERSION_GREATER_EQUAL 1.11)
if(HDF5_VERSION VERSION_LESS 1.11)
else()
add_executable(heatTransfer_write_h5mixer
main.cpp
HeatTransfer.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment