Skip to content

Commit

Permalink
cmake.eclass: remove USER_VARIABLE from CMAKE_SKIP_TESTS
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ionenwks committed Sep 11, 2023
1 parent 0771ac7 commit ea46812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eclass/cmake.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ea46812

Please sign in to comment.