Skip to content

Commit

Permalink
Fix typo in qt5-base/cmake/install_qt.cmake (#8417)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioArtigas authored and Rastaban committed Oct 2, 2019
1 parent 85e7e81 commit 97c1aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/qt5-base/cmake/install_qt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 97c1aa1

Please sign in to comment.