Fixed bugs discovered in conflicts directives (#39338)
This commit is contained in:
committed by
GitHub
parent
e24bb5dd1c
commit
3843001004
@@ -361,9 +361,7 @@ class Dealii(CMakePackage, CudaPackage):
|
||||
)
|
||||
|
||||
# Optional dependencies:
|
||||
conflicts(
|
||||
"+adol-c", when="^netcdf", msg="Symbol clash between the ADOL-C library and " "Netcdf."
|
||||
)
|
||||
conflicts("+adol-c", when="+netcdf", msg="Symbol clash between the ADOL-C library and Netcdf.")
|
||||
conflicts(
|
||||
"+adol-c",
|
||||
when="^trilinos+chaco",
|
||||
|
||||
Reference in New Issue
Block a user