Raise cmake minimum version to 3.20
Required by cmake_path()
This commit is contained in:
parent
2679655b2a
commit
3c385f9f3f
@ -14,7 +14,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user