From e420eca2b244c303af51534ab09632045a186b21 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Thu, 3 Oct 2024 08:07:05 -0500 Subject: Cleanup from clang-tidy. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bbd779..45387ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif() project(libfud VERSION 0.42.0 DESCRIPTION "Library of FUD" - LANGUAGES CXX C) + LANGUAGES CXX) set(CXX_CPPCHECK "project=build/compile_commands.json;enable=information;force") -- cgit v1.2.3