diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-09-11 07:18:44 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-11 07:20:15 -0400 |
commit | ea4681213ddbaae1ba1d9fb204d7cc50aa882abd (patch) | |
tree | 8e5c38b561abbdb39d8c275bf24106b2004d8b68 /eclass/cmake.eclass | |
parent | www-apps/hugo: drop 0.115.2 (diff) | |
download | gentoo-ea4681213ddbaae1ba1d9fb204d7cc50aa882abd.tar.gz gentoo-ea4681213ddbaae1ba1d9fb204d7cc50aa882abd.tar.bz2 gentoo-ea4681213ddbaae1ba1d9fb204d7cc50aa882abd.zip |
cmake.eclass: remove USER_VARIABLE from CMAKE_SKIP_TESTS
This is an array, and users cannot even set arrays through
the environment.
Must have been a copy/paste oversight (skipping ML review).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'eclass/cmake.eclass')
-rw-r--r-- | eclass/cmake.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index d0f6d0b4bd91..bbab6a8af1ff 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -126,7 +126,6 @@ fi # the ebuild. Helps in improving QA of build systems that write to source tree. # @ECLASS_VARIABLE: CMAKE_SKIP_TESTS -# @USER_VARIABLE # @DEFAULT_UNSET # @DESCRIPTION: # Array of tests that should be skipped when running CTest. |