From af75985ec6a003f0a16582756246d0bf0265971e Mon Sep 17 00:00:00 2001 From: Dmytro Milinevskyi Date: Sun, 16 Feb 2020 19:57:49 +0100 Subject: [PATCH] workaround for `Unknown extension ".c" for file` issue http://www.grokit.ca/cnt/CMakeProblemsSolutions/ --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c414f0e..17d992d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.2) +ENABLE_LANGUAGE(C) + #--------------------------------------------------------------------------------------- # Start spdlog project #---------------------------------------------------------------------------------------