8707814e78
Drop use of RunCMake_TEST_FILE and pass the test file in through a definition in RunCMake_TEST_OPTIONS.
7 lines
157 B
CMake
7 lines
157 B
CMake
cmake_minimum_required(VERSION 2.8.4)
|
|
project(${RunCMake_TEST} NONE)
|
|
if(NOT TEST_FILE)
|
|
set(TEST_FILE ${RunCMake_TEST}.cmake)
|
|
endif()
|
|
include(${TEST_FILE})
|