Re: Installing headers in include/KF5, how to?

2013-12-10 Thread Aurélien Gâteau
Le lundi 9 décembre 2013 21:59:58 Stephen Kelly a écrit : Aurélien Gâteau wrote: +set(INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/KF5) Don't you instead want to install to ${INCLUDE_INSTALL_DIR}/KF5/$Name ? Not for all frameworks. For frameworks where all headers are prefixed with 'k', we

Re: Installing headers in include/KF5, how to?

2013-12-10 Thread Stephen Kelly
Aurélien Gâteau wrote: Le lundi 9 décembre 2013 21:59:58 Stephen Kelly a écrit : Aurélien Gâteau wrote: +set(INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/KF5) Don't you instead want to install to ${INCLUDE_INSTALL_DIR}/KF5/$Name ? Not for all frameworks. For frameworks where all headers

Was Installing headers in include/KF5, how to?

2013-12-10 Thread Aurélien Gâteau
Le mardi 10 décembre 2013 10:09:59 Stephen Kelly a écrit : Aurélien Gâteau wrote: Le lundi 9 décembre 2013 21:59:58 Stephen Kelly a écrit : Aurélien Gâteau wrote: +set(INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/KF5) Don't you instead want to install to

Installing headers in include/KF5, how to?

2013-12-09 Thread Aurélien Gâteau
Hi, I resumed working on setting up the header install policy discussed a few weeks ago since some of the changes are going to be simpler to do before the split. First task is: use ${CMAKE_INSTALL_PREFIX}/include/KF5 as the base header install dir instead of ${CMAKE_INSTALL_PREFIX}/include.

Re: Installing headers in include/KF5, how to?

2013-12-09 Thread Stephen Kelly
Aurélien Gâteau wrote: +set(INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/KF5) Don't you instead want to install to ${INCLUDE_INSTALL_DIR}/KF5/$Name ? What does _set_fancy do? Should it be removed? INCLUDE_INSTALL_DIR is set by _set_fancy in ecm. Thanks, Steve.