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
18646dd397
CMake
/
Tests
/
Dependency
/
Case4
/
foo.c
2 lines
24 B
C
Raw
Normal View
History
Unescape
Escape
ENH: Test fake circular dependency case A recent change fixed a case in which CMake incorrectly diagnosed a circular dependency involving a non-linkable executable target. This adds a test for that case.
2008-08-07 18:13:15 +04:00
int
foo
(
)
{
return
0
;
}