On 27/08/2021 23:21, Alex Lelievre wrote:
I finally figured out the problem with -Xclang option being passed to the 
Fortran compiler.

If you take a look at CMakeLists.txt at line 1098 you will see:

   if (OpenMP_C_FLAGS)

This needs to be changed to:

   if (OpenMP_C_FLAGS AND NOT APPLE)


The case for APPLE is handled properly below that clause.  Happy to submit a 
pull request for that...

alex K6LOT

Hi Alex,

yes go ahead, you deserve the credit for digging that one out!

73
Bill
G4WJS.



_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to