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
325f8514
Commit
325f8514
authored
Jan 20, 2014
by
Brad King
Committed by
Kitware Robot
Jan 20, 2014
Browse files
Merge topic 'KateDontRequireVariable'
e02cdba0
Kate: use cmMakefile::GetSafeDefinition() for a not-required variable
parents
25d41462
e02cdba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmExtraKateGenerator.cxx
View file @
325f8514
...
...
@@ -70,7 +70,7 @@ void cmExtraKateGenerator::CreateKateProjectFile(const cmMakefile* mf) const
}
std
::
string
make
=
mf
->
GetRequiredDefinition
(
"CMAKE_MAKE_PROGRAM"
);
std
::
string
args
=
mf
->
Get
Required
Definition
(
"CMAKE_KATE_MAKE_ARGUMENTS"
);
std
::
string
args
=
mf
->
Get
Safe
Definition
(
"CMAKE_KATE_MAKE_ARGUMENTS"
);
fout
<<
"{
\n
"
...
...
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