adjust example build setup to new mason location
This commit is contained in:
parent
6067fdf27f
commit
de14a72931
@ -157,8 +157,8 @@ install:
|
|||||||
if [[ ${ENABLE_MASON:-OFF} == 'ON' ]]; then
|
if [[ ${ENABLE_MASON:-OFF} == 'ON' ]]; then
|
||||||
# for mason builds we need to point the example
|
# for mason builds we need to point the example
|
||||||
# at the clang++ installed by the CMakeLists.txt automatically
|
# at the clang++ installed by the CMakeLists.txt automatically
|
||||||
CXX=$(.mason/mason prefix clang++ 3.8.1)/bin/clang++
|
export CXX=$(./third_party/mason/mason prefix clang++ 3.8.1)/bin/clang++
|
||||||
CC=$(.mason/mason prefix clang++ 3.8.1)/bin/clang
|
export CC=$(./third_party/mason/mason prefix clang++ 3.8.1)/bin/clang
|
||||||
fi
|
fi
|
||||||
- mkdir example/build && pushd example/build
|
- mkdir example/build && pushd example/build
|
||||||
- cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
|
- cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
|
||||||
|
Loading…
Reference in New Issue
Block a user