We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccf276e + 1227206 commit 2bcace4Copy full SHA for 2bcace4
1 file changed
conanfile.py
@@ -119,6 +119,9 @@ def build_requirements(self):
119
120
def generate(self):
121
tc = CMakeToolchain(self)
122
+
123
+ tc.preprocessor_definitions["_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"] = 1
124
125
if is_msvc(self):
126
tc.variables["USE_MSVC_RUNTIME_LIBRARY_DLL"] = not is_msvc_static_runtime(self)
127
tc.cache_variables["CMAKE_POLICY_DEFAULT_CMP0077"] = "NEW"
0 commit comments