]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
change compiler to gcc
authorBastian Dehn <hhaalo@arcor.de>
Tue, 12 Mar 2024 16:48:54 +0000 (17:48 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 12 Mar 2024 16:48:54 +0000 (17:48 +0100)
CMakeLists.txt

index 5e09393b068b7acb28aaf5d30fb4ebbcc2c9ae1c..2ef7c06fbc3445b18b993e2e131fdfb0126e00d2 100644 (file)
@@ -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)