-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
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
Maximum Recursion Depth when adding include(pico_extras_import.cmake) #31
Comments
where did you add the two lines?! |
So I have a Download Directory with pico-examples, pico-extras and pico-sdk |
What were you trying to accomplish? |
i meant where in the CMakeLists.txt did you add the lines? |
I just copied the external/pico_extras_import.cmake and copied them into a file pico_extras_import.cmake in either pico_examples or pico_extras. I tried both with editing the PICO_EXTRAS_PATH variable.
below project(...) I tried it everywhere, everytime the same error. I can send you a zip of my files and their structure, if you want. |
so, for a better recreation of the problem, just clone the pico-playground repository on Windows 10, My File Structure looks like this:
Help would be appreciated! |
Hi,
as soon as I add these two lines to my CMakeLists.txt of pico-examples:
I get an error saying
How can I fix it?
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: