Skip to content

build fixes#34

Open
tsailerddln wants to merge 1 commit into
hailo-ai:hailo8from
tsailerddln:hailo8-fixes
Open

build fixes#34
tsailerddln wants to merge 1 commit into
hailo-ai:hailo8from
tsailerddln:hailo8-fixes

Conversation

@tsailerddln

Copy link
Copy Markdown

protobuf: in line 44 cmake snippets are included from ${PROTOBUF_INSTALL_DIR}/lib/cmake/protobuf, so it should be made sure that they are actually installed in lib (and not lib64), therefore add CMAKE_INSTALL_LIBDIR=lib.

hef_proto, scheduler_mon_proto and profiler_proto are private libraries that are not meant to be installed but are used by libhailort, so make sure they are built as static libraries.

protobuf: in line 44 cmake snippets are included from
${PROTOBUF_INSTALL_DIR}/lib/cmake/protobuf, so it should be made sure
that they are actually installed in lib (and not lib64), therefore add
CMAKE_INSTALL_LIBDIR=lib.

hef_proto, scheduler_mon_proto and profiler_proto are private libraries
that are not meant to be installed but are used by libhailort, so make
sure they are built as static libraries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant