From 1a1b2ee8b056a003a08e7004be8170224d3774c7 Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Wed, 14 Aug 2024 01:46:17 -0700 Subject: [PATCH] CMakeLists: Replace tab with spaces Signed-off-by: Daniel Schultz --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8854763..2c569177 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) project(everest-framework VERSION 0.16.0 DESCRIPTION "The open operating system for e-mobility charging stations" - LANGUAGES CXX C + LANGUAGES CXX C ) find_package(everest-cmake 0.4 REQUIRED