mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
Remove old cmake check (#4117)
This commit is contained in:
parent
037c8b63d5
commit
40cb71d4c2
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user