| commit | b07c637e42bb20410eebbfba693145b672451aaa | [log] [tgz] |
|---|---|---|
| author | Axel Huebl <axel.huebl@plasma.ninja> | Mon Apr 29 19:03:35 2024 -0700 |
| committer | Brad King <brad.king@kitware.com> | Wed May 01 08:25:14 2024 -0400 |
| tree | e83ef42a5c1796e3e848ee978211b0eada2c8e43 | |
| parent | 01e138a7b741414d233d75c2bf768d83e4b69cb2 [diff] |
FindOpenMP: Add option to control OpenMP runtime with MSVC
The MSVC compiler's `-openmp` flag accepts `:{experimental,llvm}`
values. Add an option to specify one.
Closes: #25570