From e2e15bbf141b17b74b611e32a66891ab6ee331bb Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 10 Jan 2022 17:37:42 +0100 Subject: refactor: remove usage of the fmt lib & clean up --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fef9749..a78fd44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,9 +9,6 @@ file(GLOB SOURCES src/*.cpp) add_executable(mazerator ${SOURCES}) -find_package(fmt) -target_link_libraries(mazerator fmt::fmt) - target_compile_features(mazerator PUBLIC cxx_std_17) target_compile_options(mazerator PRIVATE -Werror -Wall -Wextra) -- cgit v1.2.3-18-g5258