We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think there is an typo in BUILD.md where the command is cmake for AL2
cmake
The command should be replaced with cmake3 pull request: #4679
cmake3
The text was updated successfully, but these errors were encountered:
there is also an issue with testing the build directory, and I fixed this issue with adding cd build and changing ctest with ctest3
cd build
ctest
ctest3
Sorry, something went wrong.
also added cd .. after testing, for installation
cd ..
it seems that the original build code does not work properly, not sure why
No branches or pull requests
Problem:
I think there is an typo in BUILD.md where the command is
cmake
for AL2Solution:
The command should be replaced with
cmake3
pull request: #4679
The text was updated successfully, but these errors were encountered: