d90f49b894
Do not use PROJECT_BINARY_DIR before it is defined. If it is not defined when needed, fail with an error message suggesting that the project() command be invoked first.
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)
|