mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 01:51:02 -06:00
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.
5 lines
69 B
CMake
5 lines
69 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(IsDirectory)
|
|
run_cmake(IsDirectoryLong)
|