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

v4l2-camera: Fix CMake configure setuptools issue #2

Open
wants to merge 1 commit into
base: rel-v2022.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Copyright (C) 2023 Avnet, Inc. All rights reserved.

# | CMake Error in CMakeLists.txt:
# | Imported target "rclcpp::rclcpp" includes non-existent path
# |
# | "/media/albertabeef/Rocinante/Avnet_2022_2/petalinux/projects/avnet-zub1cg_sbc-2022.2/build/tmp/work/cortexa72-cortexa53-xilinx-linux/v4l2-camera/0.4.0-1-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/numpy/core/include"
# |
# | in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
# |
# | * The path was deleted, renamed, or moved to another location.
# |
# | * An install or uninstall procedure did not complete successfully.
# |
# | * The installation package was faulty and references files it does not
# | provide.
# |
# |
# |
# | -- Generating done
# | CMake Warning:
# | Manually-specified variables were not used by the project:
# |
# | CMAKE_EXPORT_NO_PACKAGE_REGISTRY
# | CMAKE_INSTALL_BINDIR
# | CMAKE_INSTALL_DATAROOTDIR
# | CMAKE_INSTALL_INCLUDEDIR
# | CMAKE_INSTALL_LIBDIR
# | CMAKE_INSTALL_LIBEXECDIR
# | CMAKE_INSTALL_LOCALSTATEDIR
# | CMAKE_INSTALL_SBINDIR
# | CMAKE_INSTALL_SHAREDSTATEDIR
# | CMAKE_INSTALL_SYSCONFDIR
# | LIB_SUFFIX
# | PYTHON_EXECUTABLE
# | PYTHON_SOABI
# | Python_EXECUTABLE
# |
# |
# | CMake Generate step failed. Build files cannot be regenerated correctly.

ROS_BUILDTOOL_DEPENDS += " \
ament-cmake-ros-native \
python3-numpy-native \
"