aboutsummaryrefslogtreecommitdiff
path: root/ContributorGuide.md
diff options
context:
space:
mode:
authorKeith Mok <ek9852@gmail.com>2020-12-21 14:28:47 -0800
committerJim Flynn <jim.flynn@arm.com>2021-01-13 17:03:39 +0000
commitc712cf6c73ca6b390916fe6d3115a40cdcefc1ce (patch)
tree7ead7d09a9534e060e25070a12bbac67fe2576c6 /ContributorGuide.md
parentfc3efb318f7607e5ac815665e3f28ce3e465cfb5 (diff)
downloadarmnn-c712cf6c73ca6b390916fe6d3115a40cdcefc1ce.tar.gz
Fix build breaks on file insensitive system
Current we use 'A'rmNNQuantizer name for executable and 'a'rmNNQuantizer as library name. Since cmake does not allow same name for executable and library. The old way is to use a captial letter for the executable name. But it will create a problem on system (like macosx) that the file system is case insensitive by default. Since it will create/overwritten file on the same folder during the cmake build which makes build failed when BUILD_ARMNN_QUANTIZER is enabled. Fixed this by using ArmNNQuantizerMain as the executable name during build, then rename it back to ArmNNQuantizer using set_target_property OUTPUT_NAME function. Signed-off-by: Keith Mok <ek9852@gmail.com> Change-Id: I3e0779770c851c0eb6804e300a24836be955d07a
Diffstat (limited to 'ContributorGuide.md')
0 files changed, 0 insertions, 0 deletions