CMake 4.1.0, OMP not link
With CMake 4.1.0, the compilation process fail to link OpenMP.
More exactly, OpenMp is found but OpenMP_CXX_LIBRARIES
is empty.
I have confirmed that this is a regression from 4.0.X -> 4.1.0.
From my understanding of their release note nothing seems to explain this regression.