diff options
author | Kevin Funk <kfunk@kde.org> | 2017-08-10 01:19:52 +0200 |
---|---|---|
committer | Kevin Funk <kfunk@kde.org> | 2017-08-10 01:19:52 +0200 |
commit | 59cc7afddd95306789afd652f2e9751e81e23bf9 (patch) | |
tree | fa05b1615e27c646fa3524ef57e34b09b48650f2 | |
parent | 7af93dd23873d0b9cdbac192949e7e5114940aa6 (diff) | |
download | extra-cmake-modules-59cc7afddd95306789afd652f2e9751e81e23bf9.tar.gz extra-cmake-modules-59cc7afddd95306789afd652f2e9751e81e23bf9.tar.bz2 |
Revert "doc: Add 'Since' note"
Needed to revert parent commit
This reverts commit ebbef5afcaee863c62136b14dbd06a7a73cf769a.
-rw-r--r-- | modules/ECMAddTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMAddTests.cmake b/modules/ECMAddTests.cmake index 481e9e2a..c77a7aaf 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. Since 5.38.0. +# will not add any test-related targets # # BUILD_TESTING is created as a cache variable by the CTest module and by the # :kde-module:`KDECMakeSettings` module. |