Skip to content

Commit

Permalink
COMP: Update CTK to fix build of CTK DICOM Core library
Browse files Browse the repository at this point in the history
This commit fixes a regression introduced in 2e4cfbd (BUG: Update CTK
to make DICOM browser translatable)

It ensures the build works on case-sensitive file-system by consistently
including Qt headers.

List of CTK changes:

$ git shortlog c819ae737..04618a43f --no-merges
Jean-Christophe Fillion-Robin (1):
      COMP: Fix DICOM/Core build ensuring Qt headers can always be included
  • Loading branch information
jcfr committed Mar 22, 2023
1 parent da42b4f commit fbc2ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_CTK.cmake
Expand Up @@ -73,7 +73,7 @@ if(NOT DEFINED CTK_DIR AND NOT Slicer_USE_SYSTEM_${proj})

ExternalProject_SetIfNotDefined(
Slicer_${proj}_GIT_TAG
"c819ae7376b2c5677430ac18e430a16abfc9fa4b"
"04618a43f83448838b2b89dbab8b4a215308552e"
QUIET
)

Expand Down

0 comments on commit fbc2ede

Please sign in to comment.