Update minimum CMake version for miniz.

PiperOrigin-RevId: 862226233
Change-Id: I8612260e65f9f1c4192325a90bcfc6bac71585c0
This commit is contained in:
Haroon Qureshi
2026-01-28 07:27:14 -08:00
committed by Copybara-Service
parent 0eff7acf80
commit a050b64635
+1 -1
View File
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.16)
PROJECT(miniz C)