From 9360e12114ac8827f1e53ef9a5f2971d1df1b9b4 Mon Sep 17 00:00:00 2001 From: FrankXie Date: Thu, 21 Nov 2024 09:04:49 +0000 Subject: [PATCH] revert --- ports/cpuid/fix-build.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/cpuid/fix-build.patch b/ports/cpuid/fix-build.patch index 41b346fc7a..c8e71da963 100644 --- a/ports/cpuid/fix-build.patch +++ b/ports/cpuid/fix-build.patch @@ -8,4 +8,5 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -add_subdirectory(cpuid_tool) if(LIBCPUID_TESTS) add_subdirectory(tests) - endif() \ No newline at end of file + endif() + \ No newline at end of file