Clang compilation - is it of any interest since doc refers to g++?

Hi,
Just as a side question, I wanted to compile CASToR with Clang (I used clang-18)
and noticed that there was a minor issue with CMakeLists.txt - clang needs specific
implementations for standard library/OpenMP and specific flag for linker which were absent
in the original CMakeLists.txt. This took me a few hours to find and change it, so I was wondering
if there is any interest to push it in a separate branch? (since in the original documentation
installation is using g++ instead). If yes, I can prepare a small push on that.

Hi Fedor,
This would be a nice addition for anyone who would like to use Clang instead. I agree with your suggestion, pushing it to a separate branch would be the best way to proceed.
Thanks for the extra hours of work!
Thibaut