Skip to content

Commit

Permalink
Merge pull request #983 from matthias-kuhn/cmake-warning-fix
Browse files Browse the repository at this point in the history
[cmake] Fix warnings.
  • Loading branch information
timlinux committed Dec 5, 2013
2 parents 6c0e9af + 0f52163 commit 1ccd462
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 1ccd462

Please sign in to comment.