-
Notifications
You must be signed in to change notification settings - Fork 2
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
Prevent initialize git submodules #8
base: develop
Are you sure you want to change the base?
Conversation
aminya/project_options has an example as submodule this is not needed while build
To reduce the buildtime, install doctest while test installed version at test subdirectory.
Co-authored-by: papperlapapp <papperlapapp@users.noreply.github.com>
e43fd9e
to
454f887
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did not check every detail, cmake running ok,
however, some minor flaws from compiler checks (stronger rules as before?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider NOLINT [bugprone-exception-escape] to eliminate the last warning in main (line 10)
My intention is to show, how clang-tidy works. |
aminya/project_options has an example as submodule this is not needed while build