From f8ee143fba5f174cb2531cdfcdc32058f09ab61f Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 13 Sep 2019 20:36:29 -0300 Subject: testing/vera++: remove - Python2 only --- testing/vera++/boost-python.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 testing/vera++/boost-python.patch (limited to 'testing/vera++/boost-python.patch') diff --git a/testing/vera++/boost-python.patch b/testing/vera++/boost-python.patch deleted file mode 100644 index 9b80641a21..0000000000 --- a/testing/vera++/boost-python.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/boost.cmake b/src/boost.cmake -index 37ecc13..3be4848 100644 ---- a/src/boost.cmake -+++ b/src/boost.cmake -@@ -8,7 +8,7 @@ mark_as_advanced(VERA_USE_SYSTEM_BOOST) - - set(boostLibs filesystem system program_options regex wave) - if(VERA_PYTHON) -- list(APPEND boostLibs python) -+ list(APPEND boostLibs python27) - endif() - - if(VERA_USE_SYSTEM_BOOST) -- cgit v1.2.3