Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
8106e93d
Commit
8106e93d
authored
Oct 18, 2001
by
Ian Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This command should always set the cahce variabel to a filepath not a path
parent
71fe9280
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Source/cmFindFileCommand.cxx
Source/cmFindFileCommand.cxx
+1
-1
No files found.
Source/cmFindFileCommand.cxx
View file @
8106e93d
...
...
@@ -100,7 +100,7 @@ bool cmFindFileCommand::InitialPass(std::vector<std::string> const& args)
m_Makefile
->
AddCacheDefinition
(
args
[
0
].
c_str
(),
"NOTFOUND"
,
helpString
.
c_str
(),
cmCacheManager
::
PATH
);
cmCacheManager
::
FILE
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