Skip to content
GitLab
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
14c256dd
Commit
14c256dd
authored
Dec 29, 2005
by
Andy Cedilnik
Browse files
ENH: Make additional file names optional
parent
d1180fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmake.cxx
View file @
14c256dd
...
...
@@ -964,7 +964,7 @@ int cmake::CMakeCommand(std::vector<std::string>& args)
}
// Untar files
else
if
(
args
[
1
]
==
"untar"
&&
args
.
size
()
>
3
)
else
if
(
args
[
1
]
==
"untar"
&&
args
.
size
()
>
2
)
{
std
::
string
outFile
=
args
[
2
];
std
::
vector
<
cmStdString
>
files
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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