From 875d7842644d9dc82e985c6103a87f486d36e726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A0rius=20Mont=C3=B3n?= Date: Fri, 26 Nov 2021 00:34:49 +0100 Subject: [PATCH] try to find spdlog --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9475c30..8099923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,7 @@ set(CMAKE_C_STANDARD 17) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_PREFIX_PATH ../systemc-2.3.3/build/) +set(CMAKE_PREFIX_PATH /usr/lib/x86_64-linux-gnu/cmake/spdlog/) add_compile_options(-O3 -g -Wall -Wextra -Wunused-function -Wpedantic)