summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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")