Lower required CMake version

This commit is contained in:
blankie 2023-04-10 21:00:07 +07:00
parent 2dc6fe809e
commit 942894b6db
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.25)
cmake_minimum_required(VERSION 3.16)
project(pixwhile CXX)