From b792f8b5cceda38ad0ad27200cfe8ca99f00bf39 Mon Sep 17 00:00:00 2001 From: guj Date: Tue, 31 Mar 2020 22:41:08 -0700 Subject: [PATCH] removed comment --- source/adios2/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/source/adios2/CMakeLists.txt b/source/adios2/CMakeLists.txt index 1cc0559ae4..f4c88d31a4 100644 --- a/source/adios2/CMakeLists.txt +++ b/source/adios2/CMakeLists.txt @@ -269,7 +269,6 @@ if(ADIOS2_HAVE_HDF5) foreach(lib IN LISTS adios2_hdf5_objs) target_link_libraries(${lib} PRIVATE ${HDF5_C_LIBRARIES}) - message(STATUS HDF5_VERSION) if(HDF5_VERSION VERSION_LESS_EQUAL 1.11.0) target_compile_definitions(${lib} PRIVATE H5_USE_110_API) endif()