4 lines
80 B
CMake
4 lines
80 B
CMake
|
cmake_minimum_required(VERSION 3.0)
|
||
|
cmake_policy(SET CMP0010 OLD)
|
||
|
set(var "${")
|