-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreeBSD etc #2
Comments
Or do the better thing, https://cmake.org/Wiki/CMake_Useful_Variables
|
is sufficient |
Could you confirm that commit ebf85c3 works on freebsd For linux I think it is good to still have distro checking code, rather than just using CMAKE_SYSTEM |
Well, some tests do fail, but the script runs :) |
Though: -- The C compiler identification is Clang 3.8.0 And the script has reported it as gcc 4.9.4 which wasn't used. |
The bit in the reported string comes from the output of running So you could put |
Looks like it just needed to be passed across 1a71878 |
and of course it should be |
Build name: FreeBSD-11.0-RELEASE-p2 amd64 clang++ 3.8.0 (Release) That is better. Also the cdash box is out of disk space now :p |
maybe extract the version from freebsd-version or from uname -r ?
The text was updated successfully, but these errors were encountered: