Is it possible to add the ALL set of targets as a dependency for a target that is not part of the ALL set? We have some targets for building an installer that are not part of the default build, but must be invoked explicitly to build the installer. A successful installer build is really dependent upon having an up-to-date build, so I'd like to put in a dependency where a complete build is attempted if we're building the installer. I tried specifying ALL in the DEPENDS section, but it didn't like that. Is there a variable available that contains the list of ALL targets?
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
