You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
libsmb2/CMakeLists.txt
Line 47 in 69bc169
and
libsmb2/CMakeLists.txt
Line 71 in 69bc169
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 :
The text was updated successfully, but these errors were encountered: