From e583149ce7c6380989b2b47f88925f3d5a8f4a27 Mon Sep 17 00:00:00 2001 From: Ayrton Munoz Date: Tue, 15 Oct 2024 11:31:53 -0400 Subject: [PATCH] wip disable criterion --- misc/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/CMakeLists.txt b/misc/CMakeLists.txt index 6b8ad93421..28811355ff 100644 --- a/misc/CMakeLists.txt +++ b/misc/CMakeLists.txt @@ -1,3 +1 @@ -if (LIBIA2_AARCH64) - add_subdirectory(spoofed_criterion) -endif() +add_subdirectory(spoofed_criterion)