diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-06-25 17:39:08 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-06-25 17:39:08 +0800 |
commit | 266c327b2d91ff16c4ffd44d14e3bbde86681dc6 (patch) | |
tree | daeca4166cee45055e9203ee3496d22ea315cf5c /indra/cmake/cpuinfo.cmake | |
parent | 692c047a9e952779b81bda0d8b040e9729e1793c (diff) |
Revert "Attempt to replace __cpuid, on arm64 using cpuinfo"
This reverts commit 32871ee579bfbd4828f7888550897f619fdfd9d7.
Diffstat (limited to 'indra/cmake/cpuinfo.cmake')
-rw-r--r-- | indra/cmake/cpuinfo.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/cmake/cpuinfo.cmake b/indra/cmake/cpuinfo.cmake deleted file mode 100644 index 10fcab8e40..0000000000 --- a/indra/cmake/cpuinfo.cmake +++ /dev/null @@ -1,5 +0,0 @@ -include(Prebuilt) - -add_library( ll::cpuinfo INTERFACE IMPORTED ) - -use_system_binary(cpuinfo) |