This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
92b8b1fc3d
CMake
/
Tests
/
RunCMake
/
if
/
RunCMakeTest.cmake
6 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
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 19:13:24 +04:00
include
(
RunCMake
)
run_cmake
(
IsDirectory
)
run_cmake
(
IsDirectoryLong
)
if(): Test the effect of cmMakefileCall use in elseif() handling.
2015-05-18 01:00:53 +03:00
run_cmake
(
elseif-message
)