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
Describe the bug AREG demo project fails.
To Reproduce
Clone areg-sdk-demo and run cmake configuring with this command:
areg-sdk-demo
For Windows:
cmake -B ./build -DAREG_COMPILER_FAMILY=msvc -DAREG_BUILD_TYPE=Release -DAREG_BINARY=shared -DAREG_EXTENDED:BOOL=ON -DAREG_LOGS:BOOL=ON
For Linux:
cmake -B ./build -DAREG_COMPILER_FAMILY=llvm -DAREG_BUILD_TYPE=Release -DAREG_BINARY=shared -DAREG_EXTENDED:BOOL=ON -DAREG_LOGS:BOOL=ON
Expected behavior Should configure and build areg-sdk-demo
The text was updated successfully, but these errors were encountered:
aregtech
Successfully merging a pull request may close this issue.
Describe the bug
AREG demo project fails.
To Reproduce
Clone
areg-sdk-demo
and run cmake configuring with this command:For Windows:
For Linux:
Expected behavior
Should configure and build areg-sdk-demo
The text was updated successfully, but these errors were encountered: