Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-03-30 01:41:47 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-03-30 01:41:47 +0300
commit31d55d7936e600572296a7ff49d6b9884cc5d4a5 (patch)
tree9a9efe4215402d896947963332908d0be548a82b
parenta706569844ea38154d02c2607908842244f7a6b2 (diff)
Changed cxxflags for curlpp to -isystem to avoid compiler warnings.
-rw-r--r--jam-files/curlpp.jam3
1 files changed, 2 insertions, 1 deletions
diff --git a/jam-files/curlpp.jam b/jam-files/curlpp.jam
index 6425ff012..b9d2823e4 100644
--- a/jam-files/curlpp.jam
+++ b/jam-files/curlpp.jam
@@ -55,7 +55,8 @@ else
if $(incpath)
{
# echo "CURLPP: $(i)" ;
- requirements += <include>$(incpath) ;
+ requirements += <cxxflags>"-isystem $(incpath)" ;
+ # requirements += <include>$(incpath) ;
}
}
local cpp-libs = [ shell_or_die "$(config) --libs" ] ;