Fix for Github issue #103
authorMatthew Bentham <matthew.bentham@arm.com>
Mon, 19 Nov 2018 11:28:58 +0000 (11:28 +0000)
committerKeith Davis Arm <keith.davis@arm.com>
Mon, 19 Nov 2018 12:16:03 +0000 (12:16 +0000)
commit347dfcf1b2cb058cdc31f4fa670dbe55040adc3b
treef0b61a2c6dcf07410b3801251b27cfdff07c69a4
parent22fbc9ef6c67989820a243693cf79225d990d855
Fix for Github issue #103

Use CMAKE_THREAD_LIBS_INIT instead of pthread in sample_app.
The separate pthread library doesn't exist on Android.

Change-Id: I9a363ba7d29d2673359349f5f4288844f0550946
samples/CMakeLists.txt