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
5b6d899b
Commit
5b6d899b
authored
Sep 30, 2002
by
Ken Martin
Browse files
Set comspec substitute
parent
67be7460
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/ctest.cxx
View file @
5b6d899b
...
...
@@ -275,6 +275,11 @@ int main (int argc, char *argv[])
{
args
.
push_back
(
argv
[
i
]);
}
#ifdef _WIN32
std
::
string
comspec
=
"cmw9xcom.exe"
;
cmSystemTools
::
SetWindows9xComspecSubstitute
(
comspec
.
c_str
());
#endif
for
(
unsigned
int
i
=
1
;
i
<
args
.
size
();
++
i
)
{
...
...
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