Skip to content

Commit

Permalink
Merge pull request #37876 from alexbruy/fix-cmake
Browse files Browse the repository at this point in the history
fix argument in the CMake IF statement (followup 4009fa8)
  • Loading branch information
alexbruy committed Jul 20, 2020
2 parents 45251db + 60397ff commit d0dda27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindPyQt5.cmake
Expand Up @@ -49,7 +49,7 @@ ELSE(EXISTS PYQT5_VERSION)
IF(PYQT5_FOUND)
IF(NOT PyQt5_FIND_QUIETLY)
MESSAGE(STATUS "Found PyQt5 version: ${PYQT5_VERSION_STR}")
ENDIF(NOT PYQT5_FIND_QUIETLY)
ENDIF(NOT PyQt5_FIND_QUIETLY)
ELSE(PYQT5_FOUND)
IF(PyQt5_FIND_REQUIRED)
MESSAGE(FATAL_ERROR "Could not find PyQt5")
Expand Down

0 comments on commit d0dda27

Please sign in to comment.