-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Cmake error as it says missing target #118
Comments
Guten Tag, Hans here! 🍻 It seems like you are encountering a CMake error regarding missing targets. This could be caused by a missing Could you provide more details about your environment, such as the versions of CMake, React Native, and any other relevant libraries you are using? This will help us better understand and reproduce the issue. If you continue having trouble, also consider checking out mrousavy's documentation. Feel free to update the issue with additional information!
|
i am using as libraries and version below"dependencies": { cmake version 3.31.0-rc3
|
add_library(
${PACKAGE_NAME}
SHARED
../cpp/jsi/Promise.cpp
../cpp/jsi/TypedArray.cpp
../cpp/TensorflowPlugin.cpp
../cpp/TensorHelpers.cpp
src/main/cpp/Tflite.cpp
)
CMake Error at CMakeLists.txt:30 (add_library):
Target "VisionCameraTflite" links to target "ReactAndroid::reactnativejni"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
The text was updated successfully, but these errors were encountered: