CMake: Minor typo fix

This commit is contained in:
Sam Edwards 2018-04-18 14:38:59 -06:00
parent 7590c37f0c
commit 655e661035

View File

@ -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)