Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4909

SDK • pico_sdk_import.cmake question

$
0
0
What does this do?

Code:

if (DEFINED ENV{PICO_SDK_PATH} AND (NOT PICO_SDK_PATH))
Is that ever actually going to be true?

Shouldn't it be this instead?

Code:

if (DEFINED ENV{PICO_SDK_PATH})

Statistics: Posted by LemonPi — Tue Mar 05, 2024 5:28 am



Viewing all articles
Browse latest Browse all 4909

Trending Articles