Skip to content
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

Gentoo plugin #18

Open
tchiwam opened this issue May 20, 2018 · 1 comment
Open

Gentoo plugin #18

tchiwam opened this issue May 20, 2018 · 1 comment

Comments

@tchiwam
Copy link

tchiwam commented May 20, 2018

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

bdbcat added a commit that referenced this issue Apr 15, 2023
@Nandokabando
Copy link

I cannot manage to build for Windows 64 I tried all not sure if it is a problem with my system or me ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants