summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include/ParentVariableScript-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix CMAKE_PARENT_LIST_FILE after return from include() or find_package()Benjamin Buch2025-04-121-2/+2
| | | | | | | Fix the implementation, clarify the documentation, and add tests. Fixes: #25026 Co-authored-by: Brad King <brad.king@kitware.com>
* Tests: Add cases for CMAKE_PARENT_LIST_FILE with include() and find_package()Benjamin Buch2025-04-121-0/+5
Issue: #25026 Co-authored-by: Brad King <brad.king@kitware.com>