summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/C_buildsrcdir
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Match CMakeLists.txt file name more preciselyAJIOB2025-10-161-4/+4
|
* project: Warn at top-level if `cmake_minimum_required` wasn't calledfriendlyanon2022-11-111-0/+2
| | | | | | | The top-level project() call will now issue an AUTHOR_WARNING if it wasn't called after cmake_minimum_required(). Fixes: #24071
* cmake: Pass -S and -B into PreLoad.cmake and -C scriptsPeter Waller2019-08-273-0/+18
Before this, it was not possible to see what the source or build directories were set to on the command line. Fixes: #19619