You set PICO_SDK_PATH=<path> permanently, then rebooted, and when running set from cmd.exe it appears correctly on your list?
Sorry, I use Linux for development. I could try it on my Windows when I have time.
Do you run cmake from the command line?
Try adding this status message before the if statement.Just to see if cmake finds the value of your variable.
Sorry, I use Linux for development. I could try it on my Windows when I have time.
Do you run cmake from the command line?
Try adding this status message before the if statement.
Code:
message(STATUS "PICO_SDK_PATH: $ENV{PICO_SDK_PATH}")
Statistics: Posted by breaker — Tue Mar 05, 2024 7:42 pm