Skip to content

Commit 9c5e11a

Browse files
committed
Alter outdated(?) way of doing things.
If this ends up not working either, we should propbably rely on the (same) alteration in the generate step instead. CURA-12675
1 parent 111e690 commit 9c5e11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def generate(self):
137137
def build(self):
138138
cmake = CMake(self)
139139

140-
cmake.definitions["_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"] = 1
140+
cmake.compiler_definitions["_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"] = 1
141141

142142
cmake.configure()
143143
cmake.build()

0 commit comments

Comments
 (0)