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.