summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTest/BeforeProject.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Fail early without PROJECT_BINARY_DIR (#14005)Brad King2013-03-121-0/+2
Do not use PROJECT_BINARY_DIR before it is defined. If it is not defined when needed, fail with an error message suggesting that the project() command be invoked first.