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
CMake has an extension called CPack which abstracts away the process of building packages for different operating
systems, it might be worth looking into that in order to generate .rpm, .deb etc from the same configuration file.
Here are some potentially useful docs I found on using CPack as part of a CMakeLists.txt:
The text was updated successfully, but these errors were encountered: