diff options
Diffstat (limited to 'testing/vera++/boost-python.patch')
| -rw-r--r-- | testing/vera++/boost-python.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/vera++/boost-python.patch b/testing/vera++/boost-python.patch new file mode 100644 index 0000000000..9b80641a21 --- /dev/null +++ b/testing/vera++/boost-python.patch @@ -0,0 +1,13 @@ +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) |
