You set it 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 somewhere, maybe to the end of your CMakeLists.txtJust 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 somewhere, maybe to the end of your CMakeLists.txt
Code:
message(STATUS "PICO_SDK_PATH: $ENV{PICO_SDK_PATH}")
Statistics: Posted by breaker — Tue Mar 05, 2024 7:42 pm