summaryrefslogtreecommitdiffstats
path: root/Tests/LinkDirectory/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
| | | | | | | Since 3.19, CMake generates a deprecation warning when using a minimum version less than 2.8.12. This eliminates those warnings generated during tests, which are typically hidden from the user and developer but are being generated nonetheless.
* replace remove and remove_directory with rm in testsJohnny Jazeix2019-11-131-1/+1
|
* Test: Remove obsolete commented code.Stephen Kelly2014-01-071-2/+0
| | | | | This should not have survived in commit a247911a (Tests: Don't read the LOCATION property from build targets., 2013-11-18).
* Tests: Don't read the LOCATION property from build targets.Stephen Kelly2013-11-191-3/+3
|
* Test CMP0015 OLD and NEW link_directories behaviorBrad King2009-11-241-0/+47
We create a LinkDirectory test to check that the policy OLD and NEW behaviors work as documented. See issue #9697.