Skip to content

FindOpenMP: Set version variables every time CMake runs

Brad King requested to merge brad.king/cmake:FindOpenMP-version into master

The version is determined in two steps. First, the "spec date" is detected and cached. Second, the date is converted to a version. Move the second step out of the spec date cache guard condition so that it runs every time even if the spec date is already cached.

Backport: release
Fixes: #19150 (closed)

Merge request reports