Files
CMake/Help/release/dev/FindOpenMP-runtime-msvc.rst
Axel Huebl b07c637e42 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
2024-05-01 08:25:14 -04:00

6 lines
171 B
ReStructuredText

FindOpenMP-runtime-msvc
-----------------------
* The :module:`FindOpenMP` module gained a ``OpenMP_RUNTIME_MSVC``
option to control the OpenMP runtime used with MSVC.