Skip to content

Commit

Permalink
Update openhd.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Sep 29, 2024
1 parent e7dffc4 commit cc8388f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ define OPENHD_BUILD_CMDS
$(TARGET_CONFIGURE_OPTS) \
cmake -DCMAKE_INSTALL_PREFIX=$(TARGET_DIR) \
-DCMAKE_BUILD_TYPE=Release \
-DPoco_DIR=/opt/reCamera/output/sg2002_recamera_emmc/buildroot-2021.05/output/cvitek_CV181X_musl_riscv64/build/poco-1.10.1 \
-DCMAKE_PREFIX_PATH=$(STAGING_DIR)/usr/lib/cmake/poco \
$(OPENHD_CONF_OPTS) \
$(@D)
endef


# Use Buildroot's CMake package infrastructure to handle the build
$(eval $(cmake-package))

0 comments on commit cc8388f

Please sign in to comment.