Find default build location for Compute Library binaries.
authorMatthew Bentham <matthew.bentham@arm.com>
Wed, 20 May 2020 09:44:18 +0000 (10:44 +0100)
committerKevin May <kevin.may@arm.com>
Fri, 22 May 2020 14:01:37 +0000 (14:01 +0000)
commit2624dd719a78d02e7500557d284191f90f7a707e
tree11d4d58be2997450a16bddb38db7bec226c0d578
parentd6f06496e41061d74abb3548374e5b52a2670bc3
Find default build location for Compute Library binaries.

In common cases this reduces the cmake arguments needed
for Compute Library from:
"cmake -DARMCOMPUTENEON=1 -DARMCOMPUTECL=1 -DARMCOMPUTE_ROOT=../ComputeLibrary -DARMCOMPUTE_BUILD_DIR=ARMCOMPUTE_BUILD_DIR=../ComputeLibrary/build -DSHARED_BOOST=1 ../armnn/"
to:
"cmake -DARMCOMPUTENEON=1 -DARMCOMPUTECL=1 -DARMCOMPUTE_ROOT=../ComputeLibrary -DSHARED_BOOST=1 ../armnn/"

Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
Change-Id: I992f4ef428f10dc92ca9457fe8981ae3af93f538
cmake/GlobalConfig.cmake