From b80c02ae3dc2cc77a107fa44219c3df9e06cd898 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 24 Feb 2020 23:31:18 +0100 Subject: [PATCH] Update CMakeLists.txt --- cmake_builder/linphone_package/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_builder/linphone_package/CMakeLists.txt b/cmake_builder/linphone_package/CMakeLists.txt index ae71f426b..52c81fd21 100644 --- a/cmake_builder/linphone_package/CMakeLists.txt +++ b/cmake_builder/linphone_package/CMakeLists.txt @@ -102,7 +102,7 @@ endif () if (WIN32) find_program(DEPLOYQT_PROGRAM windeployqt) if (NOT DEPLOYQT_PROGRAM) - message(FATAL_ERROR "Could not find the macdeployqt program. Make sure it is in the PATH.") + message(FATAL_ERROR "Could not find the windeployqt program. Make sure it is in the PATH.") endif () file(GLOB LIB_FILES "${LINPHONE_OUTPUT_DIR}/${CMAKE_INSTALL_LIBDIR}/*.dll") install(FILES ${LIB_FILES} DESTINATION "${CMAKE_INSTALL_BINDIR}/")