EionRobb/skype4pidgin

missing CMake cpack configuration

beadon opened this issue · 1 comments

beadon commented

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 commented

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