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
Create an empty CMakeLists.txt file, and then paste the above example on it.
Create an empty main.cpp file, and then paste the above example on it.
Press Ctrl+Shift+P, and then type CMake: Configure.
Press Ctrl+Shift+P, and then type CMake: Build.
Logs
[cmake] CMake Error in CMakeLists.txt:
[cmake] Imported target "android-ndk::android-ndk" includes non-existent path
[cmake]
[cmake] "C:/.conan/434c09/1/include"
[cmake]
[cmake] in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
[cmake]
[cmake] * The path was deleted, renamed, or moved to another location.
[cmake]
[cmake] * An install or uninstall procedure did not complete successfully.
[cmake]
[cmake] * The installation package was faulty and references files it does not
[cmake] provide.
The text was updated successfully, but these errors were encountered:
Package and Environment Details
Conan profile (output of
conan profile show default
)CMakeLists.txt and main.cpp
I use CMake-Conan to install package.
Click to expand the CMakeLists.txt
Click to expand the main.cpp
Steps to reproduce
CMakeLists.txt
file, and then paste the above example on it.main.cpp
file, and then paste the above example on it.Ctrl+Shift+P
, and then typeCMake: Configure
.Ctrl+Shift+P
, and then typeCMake: Build
.Logs
The text was updated successfully, but these errors were encountered: