From 689597635ae53fd9592b73c7d7b291b7f92a7dba Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 16 Feb 2023 19:49:25 -0800 Subject: [PATCH] cmake: actually use cache internal, this seems to be the way --- ext/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/CMakeLists.txt b/ext/CMakeLists.txt index 94af81b27..b813293f5 100644 --- a/ext/CMakeLists.txt +++ b/ext/CMakeLists.txt @@ -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)