Skip to content

Commit

Permalink
Update CMakeLists.txt (tzapu#1624)
Browse files Browse the repository at this point in the history
Change `REQUIRES` to `PRIV_REQUIRES` because the public API of this package does not require users of this package to know about `arduino`.
  • Loading branch information
abrender authored Jun 11, 2023
1 parent 9b8de0d commit 3a303ee
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 @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
idf_component_register(
SRCS "WiFiManager.cpp"
INCLUDE_DIRS "."
REQUIRES arduino
PRIV_REQUIRES arduino
)

project(WiFiManager)

0 comments on commit 3a303ee

Please sign in to comment.