COMP: handle Shark dependency to openmp using REQUIRED_FLAGS
It is not possible to handle OpenMP as a ThirdParty module, because it is processed before any module in the main CMakeLists.txt. Instead, Shark must declare its dependencies via variables such as SHARK_REQUIRED_CXX_FLAGS
and co.
The same thing is done for ITK.
Related to #1592 (closed)