Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[cmake] Fix warnings.
  • Loading branch information
m-kuhn committed Nov 4, 2013
1 parent c59cd92 commit 0f52163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/UsePythonTest.cmake
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

0 comments on commit 0f52163

Please sign in to comment.