diff options
Diffstat (limited to 'x11-misc/slop/files/slop-4.3.21-no-cppcheck.patch')
-rw-r--r-- | x11-misc/slop/files/slop-4.3.21-no-cppcheck.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-misc/slop/files/slop-4.3.21-no-cppcheck.patch b/x11-misc/slop/files/slop-4.3.21-no-cppcheck.patch deleted file mode 100644 index f92c57f977df..000000000000 --- a/x11-misc/slop/files/slop-4.3.21-no-cppcheck.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 361f930..0982647 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -33,15 +33,6 @@ else() - message( FATAL_ERROR "Your operating system isn't supported yet! CMake will now exit." ) - endif() - --# Add a check target for our makefile. --find_program( CPPCHECK_EXECUTABLE cppcheck -- DOC "A tool for static C/C++ code analysis." ) --if (CPPCHECK_EXECUTABLE) -- add_custom_target( "check" -- COMMAND "${CPPCHECK_EXECUTABLE}" "--enable=all" "*" -- WORKING_DIRECTORY src VERBATIM ) --endif() -- - # Here we generate some of our code if we can. I package it pre-generated - # so nobody has to go find and install gengetopt if they don't want to. - find_program( GENGETOPT_EXECUTABLE gengetopt |