3 lines
69 B
CMake
3 lines
69 B
CMake
|
cmake_minimum_required(VERSION 3.12)
|
||
|
project(MaxRecursionDepth NONE)
|