You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This is low priority, but when I build NWChemEx I see warnings from compiling dependencies.
To Reproduce
Build NWChemEx and look at the build output.
Expected behavior
Traditionally warnings for dependencies are suppressed in build logs, since it's not the current project's fault the dependency doesn't compile cleanly.
Additional context
IIRC CMake automatically suppresses warnings for dependencies if they are marked as private dependencies. It may be the case that we need to introduce a PRIVATE_DEPENDS key for cmaize_add_library in order to distinguish between public/private dependencies.
The text was updated successfully, but these errors were encountered:
Describe the bug
This is low priority, but when I build NWChemEx I see warnings from compiling dependencies.
To Reproduce
Build NWChemEx and look at the build output.
Expected behavior
Traditionally warnings for dependencies are suppressed in build logs, since it's not the current project's fault the dependency doesn't compile cleanly.
Additional context
IIRC CMake automatically suppresses warnings for dependencies if they are marked as private dependencies. It may be the case that we need to introduce a
PRIVATE_DEPENDS
key forcmaize_add_library
in order to distinguish between public/private dependencies.The text was updated successfully, but these errors were encountered: