Closed alexott closed 13 years ago
user can specify options where to put configuration file and hashes. For example:
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DGSB_STATEDIR=/var/cache/squid-gsb/ -DGSB_CONFDIR=/etc
it also correctly works with DESTDIR parameter specified to make install
command - this allows to correctly package code...
CMake configuration should allow to specify where to install configuration files, binary, data files, documentation, etc.