Skip to content

Commit 1227206

Browse files
committed
Remove this one added 'just to be sure' that is now blocking the build.
CURA-12675
1 parent 9c5e11a commit 1227206

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conanfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ def generate(self):
136136

137137
def build(self):
138138
cmake = CMake(self)
139-
140-
cmake.compiler_definitions["_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"] = 1
141-
142139
cmake.configure()
143140
cmake.build()
144141

0 commit comments

Comments
 (0)