Eyescale/CMake

Please allow override of COMMON_DOC_DIR

yarda opened this issue · 0 comments

yarda commented

Some distro's use different location than the preset /usr/share/PROJECT/doc, so there should be easy way to override by e.g.:

$ cmake -DCOMMON_DOC_DIR=CUSTOM_DIR

I think this can be realized by using cached variables in the 'set'.