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

Move find_package in external/CMakeLists.txt to CMakeLists.txt #1750

Merged
merged 17 commits into from
Jul 31, 2023

Conversation

srcejon
Copy link
Collaborator

@srcejon srcejon commented Jul 30, 2023

Move find_package in external/CMakeLists.txt to CMakeLists.txt to see if variables remain in scope. (Needs to be tidied up if it works)
Also fix codec2 build.
Add status messages for features build.

For #1740

@f4exb f4exb merged commit e7b0921 into f4exb:master Jul 31, 2023
@srcejon
Copy link
Collaborator Author

srcejon commented Jul 31, 2023

Still have one more problem - The libsigmf install is being included in the .deb file, which we don't want.

@srcejon
Copy link
Collaborator Author

srcejon commented Jul 31, 2023

To clarify the problem:

Most of the projects in external/CMakeLists.txt have the INSTALL_COMMAND set to "" and the libs and includes are picked up from the build directory rather than the install directory (which doesn't exist).

However, libsigmf seems to create some needed files only during the install, so we need to run the install step for that.

The deb packager is picking up those installed files, which we don't want in the .deb, so need to find a way to exclude them.

Haven't used the deb packager before, so working my way though the process...

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