Skip to content

Commit

Permalink
Merge pull request #105 from PeterShinners/dev
Browse files Browse the repository at this point in the history
Alternative executable name for uic
  • Loading branch information
pixar-oss committed Dec 2, 2016
2 parents 899d4f3 + b268e4a commit 94de76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindPySide.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (NOT PYTHON_EXECUTABLE)
endif()

find_program(PYSIDEUICBINARY
NAMES pyside-uic
NAMES pyside-uic python2-pyside-uic
HINTS ${PYSIDE_BIN_DIR}
)

Expand Down

0 comments on commit 94de76e

Please sign in to comment.