apple / swift-argument-parser

Straightforward, type-safe argument parsing for Swift
Apache License 2.0
3.3k stars 311 forks source link

build: bump minimum CMake requirement #606

Closed compnerd closed 8 months ago

compnerd commented 8 months ago

Update the CMake requirement to 3.19 as Swift requires 3.19.x to build. The upgrade allows us to remove workarounds that we were carrying for older CMake compatibility.

compnerd commented 8 months ago

@swift-ci please test

compnerd commented 8 months ago

CC: @natecook1000 @rauhul

rauhul commented 8 months ago

FWIW I have no issues with you directly merging cmake changes