summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2018-01-11 13:38:48 +0800
committeryangfl <yangfl@users.noreply.github.com>2018-01-12 21:22:44 +0800
commit449c3f12cc7d2fb0743c35b8af44b86217855f2f (patch)
treebf04b1a06e672351e26a8f3817a861c1a4568370 /cmake
parent2fbed5b4c55ca92edbd436d4d0fa0a35506855c3 (diff)
Fix some typos in code and cmake comments
Diffstat (limited to 'cmake')
-rw-r--r--cmake/ModulePackage.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/ModulePackage.cmake b/cmake/ModulePackage.cmake
index d51607df..c38e7de0 100644
--- a/cmake/ModulePackage.cmake
+++ b/cmake/ModulePackage.cmake
@@ -142,7 +142,7 @@ function(target_link_modules target)
142 # If it's neither, then it's an executable. 142 # If it's neither, then it's an executable.
143 if(NOT _targets) 143 if(NOT _targets)
144 set(_targets ${_targets} ${target}) 144 set(_targets ${_targets} ${target})
145 # Executables preferrably link against static libraries, so they are 145 # Executables preferably link against static libraries, so they are
146 # standalone and can be shipped without any external dependencies. As a 146 # standalone and can be shipped without any external dependencies. As a
147 # frame of reference: nTox becomes an 1.3M binary instead of 139K on x86_64 147 # frame of reference: nTox becomes an 1.3M binary instead of 139K on x86_64
148 # Linux. 148 # Linux.