4 lines
141 B
CMake
4 lines
141 B
CMake
cmake_minimum_required(VERSION 2.8.12.2) # old enough to not set CMP0048
|
|
# no project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|