From 5fba30d26b0ebd6741cd78441e36b3c4010f7e9f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 13 Aug 2018 18:46:33 +0000 Subject: testing/vera++: build fix fix detection of boost-python library --- testing/vera++/boost-python.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create 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 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) -- cgit v1.2.3