This is probably and XY problem but... I'm trying to install a systemd file in my cmake.
The service file needs to point at the installed destination of my build after I "make install". I was trying to use "CONFIGURE_FILE" When I tried to do this - the variable is blank because the configure file occurs during the cmake setup part - not the make install DESTDIR=~/blah part. Is there any way to configure files while I'm installing them, or to configure a file as part of a post install script? Thanks, Matt -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
