This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
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 10:13:15 -04:00
int
foo
(
)
{
return
0
;
}
Reference in New Issue
Copy Permalink