Skip to content

Commit

Permalink
ENH: Update CTK to backport PythonQt fixes & restore script compilati…
Browse files Browse the repository at this point in the history
…on to pyc

List of CTK changes:

```
$ git shortlog 888cdd92b..4aba4e20 --group=author --group=trailer:co-authored-by --no-merges
James Butler (1):
      ENH: Update PythonQt backporting recent changes from MeVisLab/pythonqt

Jean-Christophe Fillion-Robin (2):
      ENH: Update PythonQt backporting recent changes from MeVisLab/pythonqt
      ENH: Always compile python scripts as legacy .pyc files
```
  • Loading branch information
jcfr committed Jan 28, 2024
1 parent 48c7e16 commit 88d9aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_CTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if(NOT DEFINED CTK_DIR AND NOT Slicer_USE_SYSTEM_${proj})

ExternalProject_SetIfNotDefined(
Slicer_${proj}_GIT_TAG
"888cdd92b7d5d465ed7e6b378deb99e10a801588"
"4aba4e20341c7111f5637337952a089464dc15db"
QUIET
)

Expand Down

0 comments on commit 88d9aab

Please sign in to comment.