building.md: fix clang/clang++ arg
authorBrendan Le Foll <brendan.le.foll@intel.com>
Sat, 17 Jan 2015 10:22:36 +0000 (10:22 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Sat, 17 Jan 2015 10:22:36 +0000 (10:22 +0000)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
docs/building.md

index 9054082..10eaa2d 100644 (file)
@@ -43,7 +43,7 @@ Building debug build - adds -g and disables optimisations - this will force a fu
  -DCMAKE_BUILD_TYPE=DEBUG
 
 Using clang instead of gcc:
- -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang
+ -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++
 
 Building with an older version of swig (swig < 3.0.2) requires the disabling of javascript:
  -DBUILDSWIGNODE=OFF