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

Please add "RelWithDebInfo" to CMAKE_CONFIGURATION_TYPES #155

Open
colugomusic opened this issue Oct 10, 2024 · 0 comments
Open

Please add "RelWithDebInfo" to CMAKE_CONFIGURATION_TYPES #155

colugomusic opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@colugomusic
Copy link

When using nappgui as a subproject, unfortunately it will override the value of CMAKE_CONFIGURATION_TYPES, which breaks any project which needs to build using the "RelWithDebInfo" config. This is easy to add like so: colugomusic@81b31a2

Although I think nappgui should not be assuming that it is the "top-level" cmake project like this since it makes it more difficult to use as a subproject. The same issue would arise for anyone who wants to use the "MinSizeRel" config.

@frang75 frang75 self-assigned this Oct 10, 2024
@frang75 frang75 added the enhancement New feature or request label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants