Skip to content

Commit

Permalink
COMP: Fix CTK PluginFramework library build
Browse files Browse the repository at this point in the history
Follow-up c0c8e41 (ENH: Improve setting of CTK_QT5_COMPONENTS based
on actual requirements) fixing the check adding Sql to the list of
components when CTK_ENABLE_PluginFramework

Reported-by: XXOO9 <[email protected]>
  • Loading branch information
jcfr committed Oct 25, 2023
1 parent b9ef9b8 commit 8e536f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/ctkMacroSetupQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ macro(ctkMacroSetupQt)

if(CTK_LIB_DICOM/Core
OR CTK_LIB_DICOM/Widgets
OR Libs/PluginFramework
OR CTK_LIB_PluginFramework
)
list(APPEND CTK_QT5_COMPONENTS Sql)
endif()
Expand Down

0 comments on commit 8e536f2

Please sign in to comment.