4 lines
86 B
CMake
4 lines
86 B
CMake
cmake_policy(VERSION 3.2)
|
|
cmake_policy(SET CMP0058 OLD)
|
|
include(CMP0058-common.cmake)
|