Skip to content

Commit f2f17c6

Browse files
Simplify conanfile
1 parent 467628d commit f2f17c6

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
@@ -26,7 +26,7 @@ def build(self):
2626
# see https://github.com/conan-io/conan/issues/2856#issuecomment-421036768
2727
cmake.definitions["CONAN_LIBCXX"] = ""
2828

29-
cmake.configure(source_dir='..', build_dir='build', defs=cmake_args)
29+
cmake.configure(source_dir='.', defs=cmake_args)
3030
cmake.build(target='install')
3131

3232
def configure(self):

0 commit comments

Comments
 (0)