Module: sems Branch: 1.4 Commit: b4409654f599a9fdbcb24c5ab171a322c0056345 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=b4409654f599a9fdbcb24c5ab171a322c0056345
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Thu May 19 15:44:39 2011 +0400 Typo fix Signed-off-by: Peter Lemenkov <[email protected]> --- cmake/FindSIP.cmake | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cmake/FindSIP.cmake b/cmake/FindSIP.cmake index 5bad413..06f6792 100644 --- a/cmake/FindSIP.cmake +++ b/cmake/FindSIP.cmake @@ -13,7 +13,7 @@ IF(PYTHONLIBS_FOUND OR PYTHON_LIBRARIES) IF(SIP_FOUND) IF (NOT SIP_FIND_QUIETLY) - MESSAGE(STATUS "Found sip includes: ${SIP_INCLUDE_DIR}/speex/speex.h") + MESSAGE(STATUS "Found sip includes: ${SIP_INCLUDE_DIR}/sip.h") MESSAGE(STATUS "Found sip binary: ${SIP_BINARY}") ENDIF (NOT SIP_FIND_QUIETLY) ELSE(SIP_FOUND) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
