cmake: set var with parent_scope, seems to help?

This commit is contained in:
itsmattkc
2023-02-16 19:24:41 -08:00
parent e365942050
commit 056f2e8c2a
+1 -1
View File
@@ -16,5 +16,5 @@
add_subdirectory(core)
set(KDDockWidgets_STATIC ON)
set(KDDockWidgets_STATIC ON PARENT_SCOPE)
add_subdirectory(KDDockWidgets)