summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-02-06 01:33:27 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-02-06 01:33:27 +1100
commit315f76e1050cade2a2e340253722ea822789b6ba (patch)
tree3b7fed7b962b700d9e8221ac64398dc760674e9d /eclass
parent0836e9145e25c82efe722b331a4b1579615cc319 (diff)
downloadkde-315f76e1050cade2a2e340253722ea822789b6ba.tar.gz
kde-315f76e1050cade2a2e340253722ea822789b6ba.tar.bz2
kde-315f76e1050cade2a2e340253722ea822789b6ba.zip
[eclass] Remove obsolete note.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cmake-utils.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 180c3704726..454e333cd62 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -260,7 +260,7 @@ cmake-utils_use_enable() { _use_me_now ENABLE_ "$@" ; }
#
# `cmake-utils_use_find_package foo LibFoo` echoes -DCMAKE_DISABLE_FIND_PACKAGE_LibFoo=OFF
# if foo is enabled and -DCMAKE_DISABLE_FIND_PACKAGE_LibFoo=ON if it is disabled.
-# This can be used to make find_package optional (since cmake-2.8.6).
+# This can be used to make find_package optional.
cmake-utils_use_find_package() { _use_me_now_inverted CMAKE_DISABLE_FIND_PACKAGE_ "$@" ; }
# @FUNCTION: cmake-utils_use_disable