commit | 56ae40cc59b74d7d4cf4c00cf35badec6aea2274 | [log] [tgz] |
---|---|---|
author | Matthew Woehlke <matthew.woehlke@kitware.com> | Wed Sep 14 16:35:50 2022 -0400 |
committer | Matthew Woehlke <matthew.woehlke@kitware.com> | Wed Sep 14 16:35:50 2022 -0400 |
tree | e0fb95e0d167a6a6060ef097315fc3596701f19a | |
parent | c3e68020d61ae306261b4f953947483a960edf32 [diff] |
try_compile: Add PROJECT keyword-dispatched signature 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).