Fix for compile under docker (#2147)

This commit is contained in:
Totoo 2024-05-12 15:18:14 +02:00 committed by GitHub
parent 100bea644c
commit 53b59a8a22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.5)
project(standalone_apps)