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

Fix cmake install2 (with sign off) #337

Merged
merged 4 commits into from
Oct 26, 2023

Conversation

ToKiNoBug
Copy link
Contributor

Issue #324 mentioned that installation fails on many platforms because
komputeConfigVersion.cmake is missing. I tried and found out that this issue happens on may platforms, (for example, on Windows11 with msvc and clang16, and on archlinux with gcc13 and clang16).

So I add some lines to generate it, and I believe this will fix #324 .

Header installation is also fixed. An extra install command in src/include/CMakeLists.txt is removed because it requires non-existing directory src/include/logger, but logger headers are in src/include/kompute/logger. This line is redundant because logger headers are already installed with line 30.

Compatibility mode has been set to SameMajorVersion, and all commits have been redone with gpg signing and sign off, which should be able to pass DCO checking.

Signed-off-by: ToKiNoBug <tokinobug@163.com>
Signed-off-by: ToKiNoBug <tokinobug@163.com>
Signed-off-by: ToKiNoBug <tokinobug@163.com>
Copy link
Member

@axsaucedo axsaucedo left a comment

Choose a reason for hiding this comment

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

LGTM - thanks for the contribution!

@axsaucedo axsaucedo merged commit 0fe2343 into KomputeProject:master Oct 26, 2023
8 checks passed
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.

After compilation, only the library file has no header file
2 participants