Skip to content
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

CMakeLists.txt statement "if(NOT PICO_BOARD OR NOT ESP_PLATFORM)" #376

Open
marnikvd opened this issue Oct 8, 2024 · 0 comments
Open

CMakeLists.txt statement "if(NOT PICO_BOARD OR NOT ESP_PLATFORM)" #376

marnikvd opened this issue Oct 8, 2024 · 0 comments

Comments

@marnikvd
Copy link

marnikvd commented Oct 8, 2024

Hello,
This issue brought me here.
I'm not able to compile the esp-idf-smb-client in VSCODE.
My ESP-IDF version is 5.2.1
To narrow down the problem I would like to understand why the CMakeLists.txt file in libsmb2 has the following statements

if(NOT PICO_BOARD OR NOT ESP_PLATFORM)

and
if(NOT PICO_BOARD OR NOT ESP_PLATFORM)

This means that the if block is ALWAYS executed EXCEPT when you compile for raspberry pi pico AND esp32 at the same time. Can someone confirm that this is correct?
As a consequence I get this error :

  CMake Error at
  C:/Users/marnik/esp/mijnProjecten/esp-idf-smb-client/components/libsmb2/CMakeLists.txt:72
  (include):

    include could not find requested file:



      cmake/ConfigureChecks.cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant