Closed griffinmilton3 closed 3 years ago
Ideally the CMAKE to have a variable set up, but for now you can edit Line 171 in the CMakeList.txt file, so that it just says:
set(CPACK_GENERATOR "DEB")
I think that should work. It should just create a deb file then
Or to actually answer your question, sorry, you should be able to install rpm
, in case you want to generate rpm files :)
Ideally the CMAKE to have a variable set up, but for now you can edit Line 171 in the CMakeList.txt file, so that it just says:
set(CPACK_GENERATOR "DEB")
I think that should work. It should just create a deb file then
All our targets are Debian based so this is the solution I needed. Thank you.
Hello. I am able to run
make
without any issues, both .so files and examples build. However, when I try to runmake package
, cmake errors trying to build the RPM file. Is there a package that needs to be installed in order to continue?