Skip to content

Commit

Permalink
Merge branch 'improve-python-manager-redirection-management'
Browse files Browse the repository at this point in the history
* improve-python-manager-redirection-management:
  COMP: Fix regression by effectively updating PythonQt version
  • Loading branch information
jcfr committed Apr 23, 2019
2 parents c2a16a8 + 8cfaf1e commit b8ee620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeExternals/PythonQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR)
endif()

if (CTK_QT_VERSION VERSION_GREATER "4")
set(revision_tag 30d788f4543b87f2e9fcade063d9007447c0e95d) # patched-8
set(revision_tag 946253d4584a4cc5238335d9a4bedeaed1a55d27) # patched-8
else()
set(revision_tag 1afe4f8906345063b25047652e8962f641010a55) # patched-5
set(revision_tag 5d46804e39c72c224cee8e258c30fc618171f57d) # patched-5
endif()

if(${proj}_REVISION_TAG)
Expand Down

0 comments on commit b8ee620

Please sign in to comment.