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

Mark mbusd as a pure C project #109

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Mark mbusd as a pure C project #109

merged 1 commit into from
Jul 19, 2024

Conversation

mwalle
Copy link
Contributor

@mwalle mwalle commented Jul 17, 2024

Otherwise cmake configuration might fail if there is no C++ compiler:

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

Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.

Otherwise cmake configuration might fail if there is no C++ compiler:

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

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.
@3cky
Copy link
Owner

3cky commented Jul 19, 2024

LGTM, will merge. Thanks!

@3cky 3cky merged commit f013ed1 into 3cky:master Jul 19, 2024
1 check 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