Showing with 2 additions and 2 deletions.
  1. +2 −2 cmake/UsePythonTest.cmake
4 changes: 2 additions & 2 deletions cmake/UsePythonTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ EXECUTE_PROCESS(
)
# Pass the output back to ctest
IF(import_output)
MESSAGE("\${import_output}")
MESSAGE(" \${import_output} ")
ENDIF(import_output)
IF(import_res)
MESSAGE(SEND_ERROR "\${import_res}")
MESSAGE(SEND_ERROR " \${import_res} ")
ENDIF(import_res)
"
)
Expand Down