aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vera++/boost-python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/vera++/boost-python.patch')
-rw-r--r--testing/vera++/boost-python.patch13
1 files changed, 0 insertions, 13 deletions
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)