From 655e661035207f07985b9cc80f9234ee5978eaf4 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Wed, 18 Apr 2018 14:38:59 -0600 Subject: [PATCH] CMake: Minor typo fix --- dtool/Config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.cmake b/dtool/Config.cmake index 73a6988eb6..3ce8d4347e 100644 --- a/dtool/Config.cmake +++ b/dtool/Config.cmake @@ -56,7 +56,7 @@ endif() # Are we building with static or dynamic linking? option(BUILD_SHARED_LIBS - "Causes subpackes to be built separately -- setup for dynamic linking. + "Causes subpackages to be built separately -- setup for dynamic linking. Utilities/tools/binaries/etc are then dynamically linked to the libraries instead of being statically linked." ON)