File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ ctest_configure(BUILD "${CTEST_BINARY_DIRECTORY}"
105
105
CAPTURE_CMAKE_ERROR _configure_error
106
106
)
107
107
# Configure log
108
- file ( WRITE
108
+ file ( WRITE
109
109
"${OTB_SOURCE_DIR} /log/configure_return_value_log.txt" "${_configure_rv} " )
110
- file ( WRITE
110
+ file ( WRITE
111
111
"${OTB_SOURCE_DIR} /log/configure_cmake_error_log.txt" "${_configure_error} " )
112
112
113
113
if ( NOT _configure_rv EQUAL 0 )
@@ -135,9 +135,9 @@ ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}"
135
135
)
136
136
137
137
# Build log
138
- file ( WRITE
138
+ file ( WRITE
139
139
"${OTB_SOURCE_DIR} /log/build_return_value_log.txt" "${_build_rv} " )
140
- file ( WRITE
140
+ file ( WRITE
141
141
"${OTB_SOURCE_DIR} /log/build_cmake_error_log.txt" "${_build_error} " )
142
142
143
143
if ( NOT _build_rv EQUAL 0 )
@@ -168,9 +168,9 @@ else()
168
168
CAPTURE_CMAKE_ERROR _test_error
169
169
)
170
170
# Test log
171
- file ( WRITE
171
+ file ( WRITE
172
172
"${OTB_SOURCE_DIR} /log/test_return_value_log.txt" "${_test_rv} " )
173
- file ( WRITE
173
+ file ( WRITE
174
174
"${OTB_SOURCE_DIR} /log/test_cmake_error_log.txt" "${_test_error} " )
175
175
endif ()
176
176
@@ -193,4 +193,3 @@ if(ENABLE_DOXYGEN)
193
193
CAPTURE_CMAKE_ERROR _doxy_error
194
194
)
195
195
endif ()
196
-
You can’t perform that action at this time.
0 commit comments