We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have added a Gentoo section in the CMAKEFILE.txt This might be of interest
IF (EXISTS /etc/gentoo-release) EXECUTE_PROCESS( COMMAND uname -m COMMAND tr -d '\n' OUTPUT_VARIABLE ARCH ) ENDIF(EXISTS /etc/gentoo-release)
This seems to work well, I could also use CMAKE_SIZEOF_VOID_P MATCHES instead of uname
https://bugs.gentoo.org/654016
The text was updated successfully, but these errors were encountered:
TLS docker fedora test #18
b0269a0
I cannot manage to build for Windows 64 I tried all not sure if it is a problem with my system or me ;-)
Sorry, something went wrong.
No branches or pull requests
Hello,
I have added a Gentoo section in the CMAKEFILE.txt This might be of interest
IF (EXISTS /etc/gentoo-release)
EXECUTE_PROCESS( COMMAND uname -m COMMAND tr -d '\n' OUTPUT_VARIABLE ARCH )
ENDIF(EXISTS /etc/gentoo-release)
This seems to work well, I could also use CMAKE_SIZEOF_VOID_P MATCHES instead of uname
https://bugs.gentoo.org/654016
The text was updated successfully, but these errors were encountered: