E3SM-Project / scorpio

A high-level Parallel I/O Library for structured grid applications
18 stars 16 forks source link

Update CMake minimum version for SCORPIO #591

Closed dqwu closed 3 weeks ago

dqwu commented 4 weeks ago

The root CMakeLists.txt in SCORPIO already requires version 3.7 or higher. This update aligns the CMakeLists.txt files in other subdirectories with this requirement.

Fixes #590

See also #443