diff options
author | 2023-09-11 11:32:50 +0000 | |
---|---|---|
committer | 2023-09-11 11:32:50 +0000 | |
commit | 0193507058cd2df46044e33a02d90de2bdc7ba80 (patch) | |
tree | 1ef7125fa357a629d4f22651db9f52a0a3f1b2df | |
parent | 2023-09-11 09:47:37 UTC (diff) | |
parent | cmake.eclass: remove USER_VARIABLE from CMAKE_SKIP_TESTS (diff) | |
download | gentoo-0193507058cd2df46044e33a02d90de2bdc7ba80.tar.gz gentoo-0193507058cd2df46044e33a02d90de2bdc7ba80.tar.bz2 gentoo-0193507058cd2df46044e33a02d90de2bdc7ba80.zip |
Merge updates from master
-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. |