From e92d61adca8f3d60c19b163b73abd884143e4500 Mon Sep 17 00:00:00 2001 From: Allen Hill Date: Mon, 6 Jul 2026 16:26:28 -0700 Subject: [PATCH] Remove redundant conditional --- src/avclan/target/avr-attiny3216/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/avclan/target/avr-attiny3216/CMakeLists.txt b/src/avclan/target/avr-attiny3216/CMakeLists.txt index 4b1c97f..89d60eb 100644 --- a/src/avclan/target/avr-attiny3216/CMakeLists.txt +++ b/src/avclan/target/avr-attiny3216/CMakeLists.txt @@ -79,7 +79,6 @@ try_compile(LIBC_VERSION_TEST COMPILE_DEFINITIONS -mmcu=${AVR_MCU} ) -if (AVCLAN_TARGET STREQUAL "avr-attiny3216") FetchContent_Declare( avr_libstdcpp GIT_REPOSITORY https://github.com/modm-io/avr-libstdcpp.git @@ -90,8 +89,6 @@ add_library(libstdcpp INTERFACE) target_include_directories(libstdcpp SYSTEM INTERFACE ${avr_libstdcpp_SOURCE_DIR}/include) target_link_libraries(avclan PUBLIC libstdcpp) -endif() - if(NOT LIBC_VERSION_TEST) FetchContent_Declare(