From: Bastian Dehn Date: Tue, 12 Mar 2024 16:48:54 +0000 (+0100) Subject: change compiler to gcc X-Git-Tag: v1.0.0^2~108 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=ab25fa6034cdc8f2856bc4dc2ac5e79305ee70d9;p=sane-kds-s2000w-net.git change compiler to gcc --- 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)