From 9f36fedfccc847bcebd20d0d4e41617738608172 Mon Sep 17 00:00:00 2001 From: FrancoisCarouge Date: Tue, 23 Apr 2024 21:00:40 -0700 Subject: [PATCH] [benchmark] enable benchmark when Google fixed --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf56df09e..60febebec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,7 @@ include(CPack) include(CTest) include(GNUInstallDirs) +add_subdirectory("benchmark") add_subdirectory("cmake") add_subdirectory("include") add_subdirectory("linalg")