diff options
Diffstat (limited to 'modules/ECMUninstallTarget.cmake')
-rw-r--r-- | modules/ECMUninstallTarget.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ECMUninstallTarget.cmake b/modules/ECMUninstallTarget.cmake index d9363125..1e9bb91e 100644 --- a/modules/ECMUninstallTarget.cmake +++ b/modules/ECMUninstallTarget.cmake @@ -27,6 +27,8 @@ # CMake deliberately does not provide an ``uninstall`` target by default on # the basis that such a target has the potential to remove important files # from a user's computer. Use with caution. +# +# Since 1.7.0. #============================================================================= # Copyright 2015 Alex Merry <alex.merry@kde.org> |