cleanup VSCode settings and linux setup

This commit is contained in:
2025-09-13 15:40:58 +02:00
parent 35a9fe95cb
commit 26d03549ea
14 changed files with 61 additions and 41 deletions

View File

@@ -77,8 +77,6 @@ if(NOT LIBS_ONLY)
add_subdirectory(src)
endif()
find_package(ClangFormat)
if(FW_BUILD)
include(FetchContent)
set(FETCHCONTENT_BASE_DIR ${CMAKE_CURRENT_BINARY_DIR}/..)