Commit a8a838b3 by Maarten L. Hekkelman

extract using gzip for cmake < 3.19 (?)

parent 072be253
......@@ -238,7 +238,7 @@ if (NOT EXISTS ${COMPONENTS_CIF})
file(MAKE_DIRECTORY ${PROJECT_SOURCE_DIR}/data/)
endif()
if(${CMAKE_VERSION} VERSION_LESS "3.18.0")
if(${CMAKE_VERSION} VERSION_LESS "3.19.0")
find_program(GUNZIP gunzip)
if(GUNZIP)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment