Replies: 1 comment 1 reply
-
The problem is that we don't have any Mac to test the library. Maybe some other Mac user could help here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was wondering if installing this project works on MacOS. My configuration is:
MacOS Catalina 64-bit, CMake 3.22.1
I am new to CMake, but I tried to compile it using
cmake .
thenmake
. Unfortunately, I got this error:I tried
brew install libomp
, which is suggested by a number of StackOverflow posts (like this one), but unfortunately that hasn't fixed the error.I noticed that one of the latest commits is called "added support for MacOS", but since Mac isn't listed as one of the tested configurations on the readme, I was wondering if this project does still work for MacOS, and if maybe there's just something simple I've missed for installing it.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions