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

[XERCESC-2248] cmake: use enumerations for possible values, so that cmake-gui offers a drop-down selection #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dilyanpalauzov
Copy link

@dilyanpalauzov dilyanpalauzov commented Apr 10, 2024

The current change allows the cmake-gui (like ccmake) to offer the user a fixed enumeration of possible values, so that the user can select one from a drop-down menu. In case of ccmake the possible values are toggled by pressing enter and it is not anymore possible for the user to enter text as value.

I have very basic knowledge about cmake, so there might be a different way to achieve the same result. If a different way is preferred, please go forward with it, without asking me to adopt it.

@dilyanpalauzov dilyanpalauzov changed the title cmake: use enumerations for possible values, so that cmake-gui offersa drop-down selection cmake: use enumerations for possible values, so that cmake-gui offers a drop-down selection Apr 10, 2024
@dilyanpalauzov dilyanpalauzov changed the title cmake: use enumerations for possible values, so that cmake-gui offers a drop-down selection [XERCESC-2248] cmake: use enumerations for possible values, so that cmake-gui offers a drop-down selection Apr 10, 2024
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

Successfully merging this pull request may close these issues.

1 participant