Fix CMakeList.txt file to use correct compile options. Fix compilation errors.

Change-Id: I6229a83d0823ee7a123cdaa9efd782108aa3a03c
This commit is contained in:
James Edwards
2016-09-30 16:36:01 -05:00
förälder 7511631f08
incheckning b170e0ad8c
2 ändrade filer med 13 tillägg och 16 borttagningar
+1 -1
Visa fil
@@ -984,7 +984,7 @@ err:
sched_setaffinity(0, sizeof(cpu_set_t), &orig_cpuset);
exit:
if (ret != HSAKMT_STATUS_SUCCESS)
topology_destroy_temp_cpu_cache_list(&temp_cpu_ci_list);
topology_destroy_temp_cpu_cache_list(*temp_cpu_ci_list);
return ret;
}