mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 18:09:31 -06:00
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.
2 lines
24 B
C
2 lines
24 B
C
int foo() { return 0; }
|