summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeFilters.cmake8
1 files changed, 2 insertions, 6 deletions
diff --git a/CMakeFilters.cmake b/CMakeFilters.cmake
index b9c0e11..dbd68fd 100644
--- a/CMakeFilters.cmake
+++ b/CMakeFilters.cmake
@@ -18,18 +18,14 @@ if (NOT ZLIB_USE_LOCALCONTENT)
else ()
set (ZLIB_URL ${TGZPATH}/${ZLIB_TGZ_NAME})
endif ()
-if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15.0")
- message (VERBOSE "Filter ZLIB file is ${ZLIB_URL}")
-endif ()
+message (VERBOSE "Filter ZLIB file is ${ZLIB_URL}")
if (NOT LIBAEC_USE_LOCALCONTENT)
set (SZIP_URL ${LIBAEC_TGZ_ORIGPATH}/${LIBAEC_TGZ_NAME})
else ()
set (SZIP_URL ${TGZPATH}/${LIBAEC_TGZ_NAME})
endif ()
-if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15.0")
- message (VERBOSE "Filter SZIP file is ${SZIP_URL}")
-endif ()
+message (VERBOSE "Filter SZIP file is ${SZIP_URL}")
include (ExternalProject)
#option (HDF5_ALLOW_EXTERNAL_SUPPORT "Allow External Library Building (NO GIT TGZ)" "NO")