On Mac, linking OpenMP can require linker flags, to point at where e.g. Homebrew installs the libraries.
This, on top of #62, changes the CMake configuration to use the OpenMP target, which lets CMake take care of providing all the required flags it knows about to both the compiler and the linker.
On Mac, linking OpenMP can require linker flags, to point at where e.g. Homebrew installs the libraries.
This, on top of #62, changes the CMake configuration to use the OpenMP target, which lets CMake take care of providing all the required flags it knows about to both the compiler and the linker.