Closed NaderAlAwar closed 4 years ago
Ah, yea I wrote all this on my Mac which has a case-insensitive filesystem. No worries about a PR. I’ll just change it.
Alright it's fixed. I haven't been doing PRs yet but since someone else is looking at it now, I'll guess I'll start
cmake version: 3.18.2
Running
gives the following error
I fixed this by replacing CheckCxxSourceCompiles with CheckCXXSourceCompiles (capitalizing xx) on line 8 in CMakeLists.txt. I can open a pull request if needed.