Raise cmake minimum version to 3.20

Required by cmake_path()
This commit is contained in:
Rodrigo Arias 2022-09-01 16:56:22 +02:00
parent 2679655b2a
commit 3c385f9f3f

View File

@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.20)
project(OVNI LANGUAGES C) project(OVNI LANGUAGES C)