Skip to content

Add cmake & build-essential to Ubuntu build packages #477

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

Merged
merged 2 commits into from
May 27, 2025

Conversation

KlfJoat
Copy link
Contributor

@KlfJoat KlfJoat commented May 27, 2025

cmake is not available by default on a minimal installation of Ubuntu. Add it to the list of packages to install to build kcov.

@KlfJoat
Copy link
Contributor Author

KlfJoat commented May 27, 2025

Also add build-essential to clear the following error when running cmake.

CMake Error at CMakeLists.txt:2 (project):
  No CMAKE_CXX_COMPILER could be found.

@KlfJoat KlfJoat changed the title Add cmake to Ubuntu build packages Add cmake & build-essential to Ubuntu build packages May 27, 2025
@SimonKagstrom
Copy link
Owner

SimonKagstrom commented May 27, 2025

Great, thanks!

@SimonKagstrom SimonKagstrom merged commit 821fc88 into SimonKagstrom:master May 27, 2025
4 of 9 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.

2 participants