Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
1bda4656
Commit
1bda4656
authored
Aug 19, 2008
by
Bill Hoffman
Browse files
BUG: 7448 fix crash in ccmake when compiler is changed
parent
181c1eee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmake.cxx
View file @
1bda4656
...
...
@@ -1871,7 +1871,10 @@ int cmake::HandleDeleteCacheVariables(const char* var)
cmSystemTools
::
ExpandListArgument
(
std
::
string
(
var
),
argsSplit
);
// erase the property to avoid infinite recursion
this
->
SetProperty
(
"__CMAKE_DELETE_CACHE_CHANGE_VARS_"
,
""
);
if
(
this
->
GetIsInTryCompile
())
{
return
0
;
}
cmCacheManager
::
CacheIterator
ci
=
this
->
CacheManager
->
NewIterator
();
std
::
vector
<
SaveCacheEntry
>
saved
;
cmOStringStream
warning
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment