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
e93d9c5c
Commit
e93d9c5c
authored
Aug 13, 2012
by
David Cole
Committed by
Kitware Robot
Aug 13, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge topic 'use_normal_ouput_with_chdir'
4ddd3b9f
Use OUTPUT_NORMAL instead of OUTPUT_MERGE for cmake -E chdir.
parents
e8565090
4ddd3b9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Source/cmake.cxx
Source/cmake.cxx
+1
-1
No files found.
Source/cmake.cxx
View file @
e93d9c5c
...
...
@@ -1421,7 +1421,7 @@ int cmake::ExecuteCMakeCommand(std::vector<std::string>& args)
int
retval
=
0
;
int
timeout
=
0
;
if
(
cmSystemTools
::
RunSingleCommand
(
command
.
c_str
(),
0
,
&
retval
,
directory
.
c_str
(),
cmSystemTools
::
OUTPUT_
MERGE
,
timeout
)
)
directory
.
c_str
(),
cmSystemTools
::
OUTPUT_
NORMAL
,
timeout
)
)
{
return
retval
;
}
...
...
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