We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given the following configuration:
$ cat CMakeLists.txt cmake_minimum_required(VERSION 3.16.0) include($ENV{IDF_PATH}/tools/cmake/project.cmake) list(APPEND EXTRA_COMPONENT_DIRS components) project(blah) $ ls components/ u8g2 u8g2-hal-esp-idf
The following error occurs:
CMake Error at components/u8g2/CMakeLists.txt:2 (project): project command is not scriptable
It is properly documented in another issue with no resolution.
The text was updated successfully, but these errors were encountered:
Hello, I have the same issue. Where you belt o fix that somehow? Cheers.
Sorry, something went wrong.
I believe I am on 5 and was able to get it to compile. It took me a few steps and i havent quite cleaned up the code, so here is what i did:
CMakeLists.txt
PRIV_REQUIRES
idf_component_register(SRCS "esp32.cpp" INCLUDE_DIRS "." REQUIRES u8g2 PRIV_REQUIRES u8g2_hal_esp_idf)
Hope this helps
No branches or pull requests
Given the following configuration:
The following error occurs:
It is properly documented in another issue with no resolution.
The text was updated successfully, but these errors were encountered: