From 266c327b2d91ff16c4ffd44d14e3bbde86681dc6 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Wed, 25 Jun 2025 17:39:08 +0800 Subject: Revert "Attempt to replace __cpuid, on arm64 using cpuinfo" This reverts commit 32871ee579bfbd4828f7888550897f619fdfd9d7. --- indra/cmake/cpuinfo.cmake | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 indra/cmake/cpuinfo.cmake (limited to 'indra/cmake/cpuinfo.cmake') 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) -- cgit v1.2.3