diff --git a/CMakeLists.txt b/CMakeLists.txt index 875c21df56..7f2ad773f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -853,7 +853,7 @@ IF(USE_HDF5) # This needs to be near the beginning since we # need to know whether to add "-lz" to the symbol # tests below. - CHECK_C_SOURCE_COMPILES("#include + CHECK_C_SOURCE_COMPILES("#include #if !H5_HAVE_ZLIB_H #error #endif @@ -876,7 +876,7 @@ IF(USE_HDF5) ENDIF() #Check to see if H5Z_SZIP exists in HDF5_Libraries. If so, we must use szip library. - CHECK_C_SOURCE_COMPILES("#include + CHECK_C_SOURCE_COMPILES("#include #if !H5_HAVE_FILTER_SZIP #error #endif