MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0013927 | CMake | CMake | public | 2013-02-15 19:15 | 2013-07-01 09:37 | |||||
Reporter | Christopher Mullins | |||||||||
Assigned To | Brad King | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | duplicate | |||||||
Platform | Apple Mac | OS | OS X | OS Version | 10.4.10 | |||||
Product Version | CMake 2.8.9 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0013927: 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 ../ | |||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2013-02-15 19:15 | Christopher Mullins | New Issue | ||||||||
2013-02-15 19:51 | Jean-Christophe Fillion-Robin | Note Added: 0032303 | ||||||||
2013-02-17 09:24 | Brad King | Relationship added | duplicate of 0013756 | |||||||
2013-02-17 09:24 | Brad King | Status | new => resolved | |||||||
2013-02-17 09:24 | Brad King | Resolution | open => duplicate | |||||||
2013-02-17 09:24 | Brad King | Assigned To | => Brad King | |||||||
2013-07-01 09:37 | Robert Maynard | Note Added: 0033425 | ||||||||
2013-07-01 09:37 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|