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

Wrong command line example in the README #41

Closed
maxirmx opened this issue Mar 12, 2024 · 0 comments · Fixed by #40
Closed

Wrong command line example in the README #41

maxirmx opened this issue Mar 12, 2024 · 0 comments · Fixed by #40
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@maxirmx
Copy link
Collaborator

maxirmx commented Mar 12, 2024

Same situation when done in the command line like mentioned in the README (cmake . -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake), although to make it work I have to prepend the path with ./ to become:
cmake . -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake

Originally posted by @ant1j in #39 (comment)

@maxirmx maxirmx self-assigned this Mar 12, 2024
@maxirmx maxirmx added the documentation Improvements or additions to documentation label Mar 12, 2024
maxirmx added a commit that referenced this issue Mar 12, 2024
maxirmx added a commit that referenced this issue Mar 12, 2024
@maxirmx maxirmx linked a pull request Mar 12, 2024 that will close this issue
4 tasks
maxirmx added a commit that referenced this issue Mar 12, 2024
ronaldtse pushed a commit that referenced this issue Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant