MantisBT - CMake | |||||||||||||||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||||||||||||
0013756 | CMake | CMake | public | 2012-11-28 17:29 | 2013-12-02 08:51 | ||||||||||||||||||||||||||||||||||||||||
Reporter | Nick Hutchinson | ||||||||||||||||||||||||||||||||||||||||||||
Assigned To | Brad King | ||||||||||||||||||||||||||||||||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||||||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||||||||||||||
Platform | Linux | OS | Ubuntu | OS Version | 12.10 | ||||||||||||||||||||||||||||||||||||||||
Product Version | CMake 2.8.10.2 | ||||||||||||||||||||||||||||||||||||||||||||
Target Version | CMake 2.8.11 | Fixed in Version | CMake 2.8.11 | ||||||||||||||||||||||||||||||||||||||||||
Summary | 0013756: Infinite loop when reconfiguring with different CMAKE_C_COMPILER | ||||||||||||||||||||||||||||||||||||||||||||
Description | It's possible to get CMake stuck in a seemingly infinite loop when reconfiguring a project. | ||||||||||||||||||||||||||||||||||||||||||||
Steps To Reproduce | 1. Create the following trivial CMakeList.txt: ~~~~ cmake_minimum_required(VERSION 2.8.8) ~~~~ 2. `cd` to the directory containing this file, and execute `cmake .` 3. Execute `cmake . -DCMAKE_C_COMPILER=cc` Expected Behaviour: CMake reconfigures the project with the specified compiler. Actual Behaviour: CMake prints the following to stdout in an infinite loop: ~~~~ -- 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= cc ~~~~ | ||||||||||||||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||||||||||||
2012-11-28 17:29 | Nick Hutchinson | New Issue | |||||||||||||||||||||||||||||||||||||||||||
2012-12-10 10:29 | Benjamin Schindler | Note Added: 0031864 | |||||||||||||||||||||||||||||||||||||||||||
2012-12-10 10:32 | Benjamin Schindler | Note Edited: 0031864 | bug_revision_view_page.php?bugnote_id=31864#r969 | ||||||||||||||||||||||||||||||||||||||||||
2013-02-08 16:39 | Brad King | Relationship added | related to 0006102 | ||||||||||||||||||||||||||||||||||||||||||
2013-02-08 16:39 | Brad King | Relationship added | related to 0013901 | ||||||||||||||||||||||||||||||||||||||||||
2013-02-08 16:45 | Brad King | Note Added: 0032240 | |||||||||||||||||||||||||||||||||||||||||||
2013-02-17 09:24 | Brad King | Relationship added | has duplicate 0013927 | ||||||||||||||||||||||||||||||||||||||||||
2013-02-20 08:12 | Brad King | Note Added: 0032354 | |||||||||||||||||||||||||||||||||||||||||||
2013-02-20 08:12 | Brad King | Assigned To | => Brad King | ||||||||||||||||||||||||||||||||||||||||||
2013-02-20 08:12 | Brad King | Status | new => resolved | ||||||||||||||||||||||||||||||||||||||||||
2013-02-20 08:12 | Brad King | Resolution | open => fixed | ||||||||||||||||||||||||||||||||||||||||||
2013-02-20 08:12 | Brad King | Fixed in Version | => CMake 2.8.11 | ||||||||||||||||||||||||||||||||||||||||||
2013-02-20 08:12 | Brad King | Target Version | => CMake 2.8.11 | ||||||||||||||||||||||||||||||||||||||||||
2013-02-20 08:14 | Brad King | Relationship added | related to 0013926 | ||||||||||||||||||||||||||||||||||||||||||
2013-03-07 08:51 | Robert Maynard | Relationship added | has duplicate 0013989 | ||||||||||||||||||||||||||||||||||||||||||
2013-03-15 09:02 | Brad King | Relationship added | related to 0008193 | ||||||||||||||||||||||||||||||||||||||||||
2013-04-18 08:22 | Brad King | Relationship added | related to 0014097 | ||||||||||||||||||||||||||||||||||||||||||
2013-07-16 08:39 | Brad King | Relationship added | related to 0014294 | ||||||||||||||||||||||||||||||||||||||||||
2013-12-02 08:51 | Robert Maynard | Note Added: 0034646 | |||||||||||||||||||||||||||||||||||||||||||
2013-12-02 08:51 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|