The workaround I found was to delete the configure time stamp file. It is not very nice, though, so better suggestions are welcome.
On 19 February 2015 at 15:47, Miklos Espak <[email protected]> wrote: > Hi, > > in CMakeCache.txt the entries are divided into two sections, external and > internal cache entries. > > What does exactly get into the external section, and when does this > section get updated? > > The CMake cache of my project has some external cache entries that come > from an external project. If I update the external project and build it to > a different location, the values in the cmake cache (in my project) are not > updated, and still contain the old path. (Where the EP was built > previously.) > > Is there a way to regenerate the external entries of the CMake cache > somehow? > > Cheers, > Miklos > >
-- 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
