You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well depends on what you define with "wrong".
I guess CMAKE_SYSTEM_NAME is FreeBSD on your system, while we only support Linux.
So maybe you can fix it by extending all comparison of CMAKE_SYSTEM_NAME with Linux with an OR ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD"
Unfortunately I don't have a FreeBSD system available so I can not test it myself
Both 1.0 and current revisions fail:
I'm pretty sure something's wrong with your cmake makefiles.
On FreeBSD.
The text was updated successfully, but these errors were encountered: