Skip to content

Commit

Permalink
For ESP-IDF builds use arduino-esp32 instead of arduino dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboiles committed Aug 1, 2024
1 parent 0e32d7d commit 7685d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ cmake_minimum_required(VERSION 3.5)

idf_component_register(SRCS "Adafruit_GFX.cpp" "Adafruit_GrayOLED.cpp" "Adafruit_SPITFT.cpp" "glcdfont.c"
INCLUDE_DIRS "."
REQUIRES arduino Adafruit_BusIO)
REQUIRES arduino-esp32 Adafruit_BusIO)

project(Adafruit-GFX-Library)

0 comments on commit 7685d22

Please sign in to comment.