summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/InterfaceLibrary/invalid_name.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-111-1/+1
| | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`.
* Tests: Rename test RunCMake.{interface_library => InterfaceLibrary}Brad King2020-07-221-0/+6
Our RunCMake.<lower-case> namespace is meant for testing individual CMake language commands.