Browse Source

CMake: Minor typo fix

Sam Edwards 7 years ago
parent
commit
655e661035
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.cmake

+ 1 - 1
dtool/Config.cmake

@@ -56,7 +56,7 @@ endif()
 
 
 # Are we building with static or dynamic linking?
 # Are we building with static or dynamic linking?
 option(BUILD_SHARED_LIBS
 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
 Utilities/tools/binaries/etc are then dynamically linked to the
 libraries instead of being statically linked." ON)
 libraries instead of being statically linked." ON)