From ab25fa6034cdc8f2856bc4dc2ac5e79305ee70d9 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 12 Mar 2024 17:48:54 +0100 Subject: [PATCH] change compiler to gcc --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e09393..2ef7c06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.25.1) +set(CMAKE_C_COMPILER gcc CACHE STRING "compiler") + project("kds_s2000w_net" VERSION "0.0.1") add_subdirectory(src) -- 2.39.5