dealii:: fixed application of stdcxx variant (#32413)
* Fixed imposition of stdcxx. * Fixed style.
This commit is contained in:
parent
9687d91d72
commit
1c22af8ef4
@ -602,6 +602,11 @@ def cmake_args(self):
|
||||
options.extend(
|
||||
[
|
||||
self.define("CMAKE_CXX_FLAGS_RELEASE", " ".join(cxx_flags_release)),
|
||||
]
|
||||
)
|
||||
if len(cxx_flags) > 0:
|
||||
options.extend(
|
||||
[
|
||||
self.define("CMAKE_CXX_FLAGS", " ".join(cxx_flags)),
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user