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

How to build? #1110

Open
nethomas1968 opened this issue Sep 22, 2023 · 2 comments
Open

How to build? #1110

nethomas1968 opened this issue Sep 22, 2023 · 2 comments

Comments

@nethomas1968
Copy link

Trying to build the echo_server example in the examples directory.
There are no instructions. I'm assuming that "cmake ." will do the trick.

But, there are errors:

No cmake_minimum_required command is present.
Unknown CMake command "init_target".
No project() command is present.

@limitedAtonement
Copy link

I can reproduce:

cd examples/echo_server && cmake .

produces the output cited above.

@hoxell
Copy link

hoxell commented Oct 16, 2023

cmake -S . -B build -DBUILD_EXAMPLES=ON
cmake --build build --parallel

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

No branches or pull requests

3 participants