The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=13927 ====================================================================== Reported By: Christopher Mullins Assigned To: ====================================================================== Project: CMake Issue ID: 13927 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-02-15 19:15 EST Last Modified: 2013-02-15 19:15 EST ====================================================================== Summary: CMake loops indefinitely when compiler is changed Description: Output of sample project loops:
-- Foo -- Configuring done You have changed variables that require your cache to be deleted. Configure will be re-run and you may have to reset some variables. The following variables have changed: CMAKE_C_COMPILER= /usr/bin/gcc CMAKE_CXX_COMPILER= /usr/bin/g++ Steps to Reproduce: Test CMakeLists.txt: cmake_minimum_required(VERSION 2.8.9) project(Foo) message(STATUS "Foo") mkdir build && cd build/ cmake -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc ../ ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-02-15 19:15 Christopher MullinsNew Issue ====================================================================== -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
