Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
11269bb1
Commit
11269bb1
authored
Sep 17, 2001
by
Bill Hoffman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: fix return when file is not found
parent
05986979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Source/cmFindFileCommand.cxx
Source/cmFindFileCommand.cxx
+5
-1
No files found.
Source/cmFindFileCommand.cxx
View file @
11269bb1
...
...
@@ -96,6 +96,10 @@ bool cmFindFileCommand::InitialPass(std::vector<std::string>& args)
return
true
;
}
}
return
false
;
m_Makefile
->
AddCacheDefinition
(
args
[
0
].
c_str
(),
"NOTFOUND"
,
helpString
.
c_str
(),
cmCacheManager
::
PATH
);
return
true
;
}
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