8 lines
218 B
CMake
8 lines
218 B
CMake
cmake_minimum_required(VERSION 3.23)
|
|
project(${RunCMake_TEST} NONE)
|
|
|
|
# Tests assume no previous downloads in the output directory
|
|
file(REMOVE_RECURSE ${CMAKE_CURRENT_BINARY_DIR}/_deps)
|
|
|
|
include(${RunCMake_TEST}.cmake)
|