Skip to content

Commit

Permalink
cmake fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 22, 2024
1 parent 9a12b00 commit a6fdb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CommonModules/TinyToolchainRequirement.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ upgrade Clang compiler")
tiny_satisfies_minimum_required_qt_version(satisfiedMinReqQtVersion)

if(NOT satisfiedMinReqQtVersion)
# Should never happend that the TINY_QT_VERSION is undefined or empty
# Should never happen that the TINY_QT_VERSION is undefined or empty
message(FATAL_ERROR "Minimum required Qt version was not satisfied, \
required version >=${TINY_QT}, your version is ${TINY_QT_VERSION}, \
upgrade Qt Framework.")
Expand Down

0 comments on commit a6fdb79

Please sign in to comment.