2e1c2bd2dd
If CMAKE_MAKE_PROGRAM is not set fail with an error message instead of crashing. Suggest calling project() or enable_language() first to ensure that CMAKE_MAKE_PROGRAM is set.
6 lines
127 B
CMake
6 lines
127 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
if(NOT NoProject)
|
|
project(${RunCMake_TEST} NONE)
|
|
endif()
|
|
include(${RunCMake_TEST}.cmake)
|