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 haven't looked into this yet, but should be namespace all functions/macros in yacht? I dunno if CMake has namespacing stuff or convetions btw.
so have instead of set_flag for example, have yacht_set_flag.
set_flag
yacht_set_flag
It makes everything more verbose, but then it clarifies what's ours and what's not.
The text was updated successfully, but these errors were encountered:
To my knowledge, there is no namespace in CMake (and a quick google search seems to suggest a lack of one).
Prefixing with yacht_ is a good idea, I've been doing that with most of the things like vcpkg or conan.
yacht_
vcpkg
conan
Sorry, something went wrong.
No branches or pull requests
I haven't looked into this yet, but should be namespace all functions/macros in yacht?
I dunno if CMake has namespacing stuff or convetions btw.
so have instead of
set_flag
for example, haveyacht_set_flag
.It makes everything more verbose, but then it clarifies what's ours and what's not.
The text was updated successfully, but these errors were encountered: