diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CSharpUtilities.cmake | 2 | ||||
-rw-r--r-- | Modules/Internal/CPack/CPackRPM.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CSharpUtilities.cmake b/Modules/CSharpUtilities.cmake index b5520ef..cd44169 100644 --- a/Modules/CSharpUtilities.cmake +++ b/Modules/CSharpUtilities.cmake @@ -133,7 +133,7 @@ Helper functions which are used by the above ones Name of the variable in which the list of keys is stored ``<fileN>`` - filename(s) as given to to CSharp target using :command:`add_library` + filename(s) as given to CSharp target using :command:`add_library` or :command:`add_executable` In some way the function applies a canonicalization to the source names. diff --git a/Modules/Internal/CPack/CPackRPM.cmake b/Modules/Internal/CPack/CPackRPM.cmake index 5766045..23fb823 100644 --- a/Modules/Internal/CPack/CPackRPM.cmake +++ b/Modules/Internal/CPack/CPackRPM.cmake @@ -861,7 +861,7 @@ function(cpack_rpm_generate_package) # If rpmbuild is found # we try to discover alien since we may be on non RPM distro like Debian. - # In this case we may try to to use more advanced features + # In this case we may try to use more advanced features # like generating RPM directly from DEB using alien. # FIXME feature not finished (yet) find_program(ALIEN_EXECUTABLE alien) |