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

Add Linux support #38

Merged
merged 5 commits into from
Sep 10, 2024
Merged

Add Linux support #38

merged 5 commits into from
Sep 10, 2024

Conversation

aliddell
Copy link
Member

@aliddell aliddell commented Oct 3, 2023

Tested with the blackfly, seems to do fine.

@aliddell aliddell requested a review from andy-sweet October 3, 2023 19:54
@aliddell aliddell marked this pull request as draft October 3, 2023 20:13
@jeskesen jeskesen requested review from jeskesen and removed request for andy-sweet August 27, 2024 14:06
@jeskesen
Copy link

This looks good to me. I made some very similar changes before realizing this branch PR existed.

elseif(LINUX)
set_target_properties(${tgt} PROPERTIES
IMPORTED_LOCATION "${spinnaker_include_dir}../lib/libSpinnaker.so"
)
endif()
else()
message(STATUS "Could not find Spinnaker.h")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd change the message type from STATUS to FATAL_ERROR to properly stop the build from proceeding if it can't find the package.

@aliddell aliddell marked this pull request as ready for review September 9, 2024 22:50
@aliddell aliddell merged commit 980ae59 into acquire-project:main Sep 10, 2024
2 checks passed
@aliddell aliddell deleted the build-on-linux branch September 10, 2024 00:03
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.

2 participants