MantisBT - CMake
View Issue Details
0014119CMake(No Category)public2013-04-29 07:062013-10-07 10:09
Shimon Doodkin 
 
normalminorhave not tried
closedno change required 
 
 
0014119: infinite loop compiler chancged: change error message to "delete CMakeFiles folder to try fix this"
http://www.mail-archive.com/cmake@cmake.org/msg44765.html [^]

http://public.kitware.com/Bug/view.php?id=13756 [^]

change the error message:
"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:"

add to it:
 "Delete CMakeFiles folder to try fix this (not CMakeCache.txt)"

solution was: After this behavior, you have to manually delete the CMakeFiles directory (not CMakeCache.txt) to recover.
No tags attached.
Issue History
2013-04-29 07:06Shimon DoodkinNew Issue
2013-04-29 09:29Brad KingNote Added: 0032954
2013-04-29 09:29Brad KingStatusnew => resolved
2013-04-29 09:29Brad KingResolutionopen => no change required
2013-10-07 10:09Robert MaynardNote Added: 0034038
2013-10-07 10:09Robert MaynardStatusresolved => closed

Notes
(0032954)
Brad King   
2013-04-29 09:29   
The message is telling you that CMake has already done what is necessary to recover from the compiler change, which included deleting CMakeCache.txt. Bug 0013756 was about CMake not deleting everything necessary. That was fixed and now it deletes everything under CMakeFiles instead of just the top-level files. There is no longer a broken state that requires manual recovery.
(0034038)
Robert Maynard   
2013-10-07 10:09   
Closing resolved issues that have not been updated in more than 4 months.