We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d833bc commit 7e77a0cCopy full SHA for 7e77a0c
usb/CMakeLists.txt
@@ -9,11 +9,7 @@ else ()
9
message("Skipping TinyUSB host examples as TinyUSB is unavailable")
10
endif ()
11
if (TARGET tinyusb_pico_pio_usb)
12
- if ((NOT CMAKE_C_COMPILER_ID STREQUAL "GNU") OR CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 11.3)
13
- message("Skipping TinyUSB dual examples, as TinyUSB hw/mcu/raspberry_pi/Pico-PIO-USB does not currently compile on non GCC or GCC 11.3 or greater")
14
- else()
15
- add_subdirectory(dual)
16
- endif()
+ add_subdirectory(dual)
17
else ()
18
message("Skipping TinyUSB dual examples, as TinyUSB hw/mcu/raspberry_pi/Pico-PIO-USB submodule unavailable")
19
-endif ()
+endif ()
0 commit comments