From 3364042af714e7fe8df41a43988083bfa80f5ad7 Mon Sep 17 00:00:00 2001 From: philippun Date: Fri, 28 Jul 2023 10:55:28 +0200 Subject: [PATCH] unset easyprofiler as required --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a980a35..9cd2625 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD 17) find_package(Eigen3 REQUIRED NO_MODULE) find_package(OpenMP) -find_package(easy_profiler REQUIRED) +find_package(easy_profiler) ## SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -mfma") option(TUG_USE_OPENMP "Compile with OpenMP support" ON)