The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=15324 ====================================================================== Reported By: Bryce Glover Assigned To: ====================================================================== Project: CMake Issue ID: 15324 Category: CMake Reproducibility: sometimes Severity: crash Priority: low Status: new ====================================================================== Date Submitted: 2014-12-22 16:20 EST Last Modified: 2014-12-22 16:20 EST ====================================================================== Summary: CMake 3.1.0 Crashes When Told to Regenerate a Project Originally Generated Under CMake 3.0.2 Description: If one runs the command 'cmake -G "Xcode" [project-location]' from within '[project-location]/build/' after updating CMake from version 3.0.2 to version 3.1.0 when this directory was last populated by CMake 3.0.2.
Steps to Reproduce: 1.) Make sure that CMake 3.0.2 is installed. 2.) Run 'cmake -G "Xcode" [project-location]' from within '[project-location]/build/' via Terminal. 3.) Update CMake from version 3.0.2 to version 3.1.0. 4.) Run 'cmake -G "Xcode" [project-location]' from within '[project-location]/build/' via Terminal again. 5.) CMake should crash when 'Checking for a C compiler using Xcode….' Additional Information: The project I'm having trouble with is LLVM/Clang/compiler-rt/test-suite, and I use Homebrew in order to keep CMake up to date. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-12-22 16:20 Bryce Glover New Issue ====================================================================== -- 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-developers
