aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-08-09 00:35:16 +0200
committerKevin Funk <kfunk@kde.org>2017-08-09 00:35:16 +0200
commitebbef5afcaee863c62136b14dbd06a7a73cf769a (patch)
tree3f70d31c8e1fc118d79b3c9617cf82d7c62facb1
parentb99d2d2c5dedcaba9745dddc1dd7b8d4811babf1 (diff)
downloadextra-cmake-modules-ebbef5afcaee863c62136b14dbd06a7a73cf769a.tar.gz
extra-cmake-modules-ebbef5afcaee863c62136b14dbd06a7a73cf769a.tar.bz2
doc: Add 'Since' note
-rw-r--r--modules/ECMAddTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMAddTests.cmake b/modules/ECMAddTests.cmake
index c77a7aaf..481e9e2a 100644
--- a/modules/ECMAddTests.cmake
+++ b/modules/ECMAddTests.cmake
@@ -50,7 +50,7 @@
# ecm_add_tests(), the NAME_PREFIX argument will be prepended to the test name).
#
# If BUILD_TESTING is set to OFF, ecm_add_test will turn into a no-op and thus
-# will not add any test-related targets
+# will not add any test-related targets. Since 5.38.0.
#
# BUILD_TESTING is created as a cache variable by the CTest module and by the
# :kde-module:`KDECMakeSettings` module.