CMake/Tests/RunCMake/if/RunCMakeTest.cmake
Brad King 7378792b49 if: Add test for IS_DIRECTORY
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.
2013-05-28 11:35:32 -04:00

5 lines
69 B
CMake

include(RunCMake)
run_cmake(IsDirectory)
run_cmake(IsDirectoryLong)