3 lines
95 B
CMake
3 lines
95 B
CMake
|
cmake_minimum_required(VERSION 3.0)
|
||
|
cmake_policy(SET CMP0115 OLD)
|
||
|
cmake_policy(SET CMP0072 NEW)
|