diff --git a/cmake/FindSIP.cmake b/cmake/FindSIP.cmake index 5bad4136..06f67920 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)