Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbitcowboy <orbitcowboy@web.de>2018-07-17 12:52:57 +0300
committerorbitcowboy <orbitcowboy@web.de>2018-07-17 12:52:57 +0300
commit22b21ec9bcd511844b4d505dd29664c3366d1418 (patch)
treee71620ef9bbcc1dace4f39f477a7747052672f4b /CMakeLists.txt
parentc483646db00a6a9ac3a8e93f7c490aecb589979d (diff)
Fixed typos in comments. There are no functional changes intended.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c40cc15..65b64cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ set(GENERIC_LIB_SOVERSION "6")
################################
# Add targets
-# By Default shared libray is being built
+# By Default shared library is being built
# To build static libs also - Do cmake . -DBUILD_STATIC_LIBS:BOOL=ON
# User can choose not to build shared library by using cmake -DBUILD_SHARED_LIBS:BOOL=OFF
# To build only static libs use cmake . -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON