Remove old cmake check (#4117)

This commit is contained in:
Allen Byrne 2024-03-12 10:35:30 -05:00 committed by GitHub
parent 037c8b63d5
commit 40cb71d4c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")