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 #---------------------------------------------------------------------------------------