You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2026. It is now read-only.
cmake .. in ./build directory fails after editing CMakeLists.txt.
CMake Error at
esp/esp-idf-lib/components/color/CMakeLists.txt:1 (if):
if given arguments:
"STREQUAL" "4" "AND" "STREQUAL" "1" "AND" "STREQUAL" "3"
Unknown arguments specified
I get this error for all components it seems.
afaic it is because it expects esp-idf rather than what I am using (esp8266 rtos sdk). the rtos sdk has no variable IDF_VERSION_MAJOR and IDF_VERSION_MINOR. but Im not sure if it is because of this, since I am new to cmake.
Which SDK are you using?
ESP8266 RTOS SDK
Which version of SDK are you using?
master
Which build target have you used?
esp32
esp32s2
esp32s3
esp32c2
esp8266
other
Component causing the issue
hx711
Anything in the logs that might be useful for us?
No response
Additional information or context
No response
Confirmation
This report is not a question nor a request for drivers.
The issue
cmake ..in./builddirectory fails after editingCMakeLists.txt.I get this error for all components it seems.
afaic it is because it expects esp-idf rather than what I am using (esp8266 rtos sdk). the rtos sdk has no variable
IDF_VERSION_MAJORandIDF_VERSION_MINOR. but Im not sure if it is because of this, since I am new to cmake.Which SDK are you using?
ESP8266 RTOS SDK
Which version of SDK are you using?
master
Which build target have you used?
Component causing the issue
hx711
Anything in the logs that might be useful for us?
No response
Additional information or context
No response
Confirmation