summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Case4
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Remove CMAKE_ANSI_CFLAGS from testsBrad King2009-07-081-4/+0
| | | | | As of CMake 2.6 this variable is not defined, and the ANSI flags for the HP compiler are simply hard-coded in the default C flags.
* ENH: Test fake circular dependency caseBrad King2008-08-073-0/+26
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.