tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.55k stars 1.97k forks source link

Update CMakeLists.txt #1624

Closed abrender closed 1 year ago

abrender commented 1 year ago

Change REQUIRES to PRIV_REQUIRES because the public API of this package does not require users of this package to know about arduino. This can cut down on the compile time & search paths (see https://cmake.org/pipermail/cmake/2016-May/063400.html for more details).