[CMake] Working directory for install-time CMake scripts?

2017-12-17 Thread Kevin Ushey
Hi, It's possible to request a CMake script to be run at installation time, with e.g. install(SCRIPT

Re: [CMake] Installing and exporting multiple configurations of the same library

2017-12-17 Thread Saad Khattak
Thank you Domen for the workaround. With the workaround I'll have to pick the correct CMake config file by directory. I was hoping for one ${LIB_NAME}Config.cmake file for all configurations. I did indeed set the postfix, however our current build requirements (since we have a mix of CMake and non