Remember that change that was made to make pressing stop in cmake-gui more responsive? I'm finding an issue now where during configure, if I stop, it stops without failing, which allows me to press generate on a partial configuration. I'm not sure if this is a bug of feature but I thought I'd mention it. I output text in my CMake scripts for each target I create and configure:
Checking for new third party libraries (might take a few minutes)... _copy_dlls being generated (may take a while) BUILD_VERSION is: 6.3.2.14 + testharness --> common/testharness/CMakeLists.txt + gdutil --> common/util/CMakeLists.txt Configuring done Generating done I pressed stop and nothing failed after configuring 'gdutil' target. I have at least 100 other targets that are supposed to generate after that. Thoughts?
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
