| commit | 967feaa435b4452ea40e56d500bffa2358251a3d | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Mon May 01 15:49:18 2023 -0400 |
| committer | Brad King <brad.king@kitware.com> | Mon May 01 15:51:21 2023 -0400 |
| tree | 8da9a3fbeb9905eb93100896c40eb0ad90f49f7c | |
| parent | 4dc47f82c2a3fc492d4cb94b4d96a24b9fc9cc47 [diff] |
FortranCInterface: Reuse primary detection results in VERIFY function Since commit 14f7a043e3 (Teach FortranCInterface to load outside results, 2009-08-24, v2.8.0~262) we support passing the detection results into `try_compile` by forwarding `FortranCInterface_BINARY_DIR`. Use this in `FortranCInterface_VERIFY` to avoid repeating detection.