From bd6bd124fa1d3aea0f9fa992fa55272d342c6995 Mon Sep 17 00:00:00 2001 From: TuxMonkey Date: Fri, 24 Oct 2025 15:09:49 +0800 Subject: [PATCH] changed CMakeLists.txt add some refs --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10d3b2e..d58a8b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,6 @@ option(OMNI "Enable omni" ON) # option(DART_STAND "Enable dart stand" ON) # option(ENGINEER "Enable engineer" ON) - # Setup compiler settings set(CMAKE_C_STANDARD 23) set(CMAKE_C_STANDARD_REQUIRED ON)