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

missing CMake cpack configuration #695

Open
beadon opened this issue Jul 9, 2023 · 1 comment
Open

missing CMake cpack configuration #695

beadon opened this issue Jul 9, 2023 · 1 comment

Comments

@beadon
Copy link
Contributor

beadon commented Jul 9, 2023

Instructions report packaging is achieved:

sudo apt-get install libpurple-dev libjson-glib-dev cmake gcc
git clone git://github.com/EionRobb/skype4pidgin.git
cd skype4pidgin/skypeweb
mkdir build
cd build
cmake ..
cpack

However, this fails. cpack complains:

/skypeweb/$ cpack CPack Error: CPack generator not specified

Man pages for cpack reports (under the --config cli option):
By default, CPackConfig.cmake in the current directory will be used.

I see the configuration packaging options for the generator in CMakeLists.txt , but I am unsure how to pass this to cpack. Should the instructions be updated ? Or should the CMakeLists.txt be updated ?

@beadon beadon changed the title missing CMake cpack utilities missing CMake cpack configuration Jul 9, 2023
@beadon
Copy link
Contributor Author

beadon commented Jul 10, 2023

Fixed it with a PR -- please include into master:
#696

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant