summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/OldProjectBinDirEmpty-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* try_compile: Add PROJECT keyword-dispatched signatureMatthew Woehlke2022-09-141-0/+4
Introduce a new signature for the project flavor of try_compile (and try_run) which removes the `bindir` argument and adds a required PROJECT tag. This is similar to the SOURCES flavor added by commit aa9220d3 (try_compile: Add keyword-dispatched signature, 2022-09-02).