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
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.
that's an important part of the ./configure interface!
The text was updated successfully, but these errors were encountered: