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

--help switch is not supported :) #1

Open
strk opened this issue Sep 18, 2013 · 1 comment
Open

--help switch is not supported :) #1

strk opened this issue Sep 18, 2013 · 1 comment

Comments

@strk
Copy link

strk commented Sep 18, 2013

that's an important part of the ./configure interface!

@Richard-W
Copy link
Owner

I wanted to make this script project-independent. every --enable switch is directly translated to a cmake-argument.

e.g. "--enable-foobar" is translated to "-DFOOBAR=yes".

The script is not aware of the available configuration-options.

I could use the "cmake -L"-call to get the available options, but this already creates cmake-cache and stuff. Also parsing the output might get tricky.

I'll try it when i find the time.

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