summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorJennifer Leech <jenn@lindenlab.com>2008-07-02 19:59:11 +0000
committerJennifer Leech <jenn@lindenlab.com>2008-07-02 19:59:11 +0000
commit1a954d38cd6d85310c196886fe10a7eec47afd2c (patch)
tree29092cd1ae7a82487ff002dd6f469fb791558034 /indra
parent1a104d700b77b3c6d701c8e319bc5d9fa302e0d3 (diff)
Removing status msg: "Could not find scp or pscp executable" for case when scp not on system. Clutters output, and is not really necessary.
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/FindSCP.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/cmake/FindSCP.cmake b/indra/cmake/FindSCP.cmake
index ee7e487663..9c9b61cd66 100644
--- a/indra/cmake/FindSCP.cmake
+++ b/indra/cmake/FindSCP.cmake
@@ -30,8 +30,6 @@ IF (SCP_FOUND)
ELSE (SCP_FOUND)
IF (SCP_FIND_REQUIRED)
MESSAGE(FATAL_ERROR "Could not find scp or pscp executable")
- ELSE (SCP_FIND_REQUIRED)
- MESSAGE(STATUS "Could not find scp or pscp executable")
ENDIF (SCP_FIND_REQUIRED)
ENDIF (SCP_FOUND)