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
CMake
CMake
Commits
685a8ed8
Commit
685a8ed8
authored
Sep 10, 2004
by
Ken Martin
Browse files
fix dash8 warning
parent
54aeed9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmCTest.cxx
View file @
685a8ed8
...
...
@@ -1568,11 +1568,11 @@ int cmCTest::Run(std::vector<std::string>const& args, std::string* output)
if
(
cmakeAndTest
)
{
cmSystemTools
::
ResetErrorOccuredFlag
();
cmListFileCache
::
GetInstance
()
->
ClearCache
();
cmListFileCache
*
lfc
=
cmListFileCache
::
GetInstance
();
lfc
->
ClearCache
();
int
retv
=
this
->
RunCMakeAndTest
(
output
);
cmSystemTools
::
ResetErrorOccuredFlag
();
cmListFileCache
*
lf
=
cmListFileCache
::
GetInstance
();
lf
->
ClearCache
();
lfc
->
ClearCache
();
#ifdef CMAKE_BUILD_WITH_CMAKE
cmDynamicLoader
::
FlushCache
();
#endif
...
...
Write
Preview
Markdown
is supported
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