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
Now when i run CPack i always get the error: Error: invalid characters in variable name "cpptrace-development_selected", use only characters [a-z][A-Z][0-9], '.' and '_'
I does not know how to change the variable or where it comes from. Any help is appreciated.
The text was updated successfully, but these errors were encountered:
Ok i now fixed the issue.
In InstallRules.cmake i changed all COMPONENT ${package_name}-development to COMPONENT ${package_name}_development and now CPack runs and creates an installer :D.
Should i make a PR to change the nameing for using CPack?
Hi i want to create an installer for my executable with CPack. Installation is working as expected. I include cpptrace via CPM: https://github.com/cpm-cmake/CPM.cmake.
Now when i run CPack i always get the error:
Error: invalid characters in variable name "cpptrace-development_selected", use only characters [a-z][A-Z][0-9], '.' and '_'
I does not know how to change the variable or where it comes from. Any help is appreciated.
The text was updated successfully, but these errors were encountered: