Is it possible to add some additional steps (e.g., create some shortcuts) that will only get created if a specific component is installed? For example, the documentation is an optional install with our project. If the docs are installed, we create a number of shortcuts for accessing the documentation. We do something similar with our samples. I suspect we can do this with a custom template that checks the section variables, but it would be nicer if we could drive this from the cmake files.
Rick
-- 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://www.cmake.org/mailman/listinfo/cmake
