cmake: actually use cache internal, this seems to be the way

This commit is contained in:
itsmattkc
2023-02-16 19:49:25 -08:00
parent 056f2e8c2a
commit 689597635a
+1 -1
View File
@@ -16,5 +16,5 @@
add_subdirectory(core)
set(KDDockWidgets_STATIC ON PARENT_SCOPE)
set(KDDockWidgets_STATIC ON CACHE INTERNAL "Force KDDockWidgets to build statically")
add_subdirectory(KDDockWidgets)