diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2012-11-07 16:13:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:39:19 (GMT) |
commit | bf019d765d3993ba265c990a6e3a2e53defe112c (patch) | |
tree | 828aad55a12f323a8f69e0c4cdfcfe79b02112ec /Modules/UseEcos.cmake | |
parent | ddac8d3d2d027dd50d729918078f57628855a568 (diff) | |
download | CMake-bf019d765d3993ba265c990a6e3a2e53defe112c.zip CMake-bf019d765d3993ba265c990a6e3a2e53defe112c.tar.gz CMake-bf019d765d3993ba265c990a6e3a2e53defe112c.tar.bz2 |
Fix spelling and typos (non-binary)
Diffstat (limited to 'Modules/UseEcos.cmake')
-rw-r--r-- | Modules/UseEcos.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/UseEcos.cmake b/Modules/UseEcos.cmake index 028df82..0c4fee4 100644 --- a/Modules/UseEcos.cmake +++ b/Modules/UseEcos.cmake @@ -132,10 +132,10 @@ macro(ECOS_ADJUST_DIRECTORY _target_FILES ) endmacro() # the default ecos config file name -# maybe in the future also out-of-source builds may be possible +# maybe in future also out-of-source builds may be possible set(ECOS_CONFIG_FILE ecos.ecc) -#creates the dependancy from all source files on the ecos target.ld, +#creates the dependency from all source files on the ecos target.ld, #adds the command for compiling ecos macro(ECOS_ADD_TARGET_LIB) # when building out-of-source, create the ecos/ subdir |