diff options
| author | Antonio Artigas <48927276+AntonioArtigas@users.noreply.github.com> | 2019-10-02 12:56:44 -0400 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-10-02 09:56:44 -0700 |
| commit | 97c1aa173b8fd175aa5040fc4c93b4ff219495f3 (patch) | |
| tree | 1959881817d00b92bff6e52fe64d833854f55ecc | |
| parent | 85e7e815f17d3a316089f9aa3bc0ee3c2a13039d (diff) | |
| download | vcpkg-97c1aa173b8fd175aa5040fc4c93b4ff219495f3.tar.gz vcpkg-97c1aa173b8fd175aa5040fc4c93b4ff219495f3.zip | |
Fix typo in qt5-base/cmake/install_qt.cmake (#8417)
| -rw-r--r-- | ports/qt5-base/cmake/install_qt.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qt5-base/cmake/install_qt.cmake b/ports/qt5-base/cmake/install_qt.cmake index ebe2dc833..9f9b3ea2a 100644 --- a/ports/qt5-base/cmake/install_qt.cmake +++ b/ports/qt5-base/cmake/install_qt.cmake @@ -104,7 +104,7 @@ function(install_qt) ) endif() - message(STATUS "Fixig makefile installation path ${_build_triplet}") + message(STATUS "Fixing makefile installation path ${_build_triplet}") qt_fix_makefile_install("${CURRENT_BUILDTREES_DIR}/${_build_triplet}") message(STATUS "Installing ${_build_triplet}") vcpkg_execute_required_process( |
