7378792b49
Add a RunCMake.if test to cover if() command behavior. Start with a test for IS_DIRECTORY cases with an existing directory and a long path, both with a trailing slash.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|