FindOpenMP: Add option to control OpenMP runtime with MSVC
commitb07c637e42bb20410eebbfba693145b672451aaa
authorAxel Huebl <axel.huebl@plasma.ninja>
Tue, 30 Apr 2024 02:03:35 +0000 (29 19:03 -0700)
committerBrad King <brad.king@kitware.com>
Wed, 1 May 2024 12:25:14 +0000 (1 08:25 -0400)
treee83ef42a5c1796e3e848ee978211b0eada2c8e43
parent01e138a7b741414d233d75c2bf768d83e4b69cb2
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
Help/release/dev/FindOpenMP-runtime-msvc.rst [new file with mode: 0644]
Modules/FindOpenMP.cmake
Tests/FindOpenMP/Test/CMakeLists.txt
Utilities/Sphinx/conf.py.in