dealii:: fixed application of stdcxx variant (#32413)
* Fixed imposition of stdcxx. * Fixed style.
This commit is contained in:
		| @@ -602,6 +602,11 @@ def cmake_args(self): | |||||||
|             options.extend( |             options.extend( | ||||||
|                 [ |                 [ | ||||||
|                     self.define("CMAKE_CXX_FLAGS_RELEASE", " ".join(cxx_flags_release)), |                     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)), |                     self.define("CMAKE_CXX_FLAGS", " ".join(cxx_flags)), | ||||||
|                 ] |                 ] | ||||||
|             ) |             ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Luca Heltai
					Luca Heltai