We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467628d commit f2f17c6Copy full SHA for f2f17c6
conanfile.py
@@ -26,7 +26,7 @@ def build(self):
26
# see https://github.com/conan-io/conan/issues/2856#issuecomment-421036768
27
cmake.definitions["CONAN_LIBCXX"] = ""
28
29
- cmake.configure(source_dir='..', build_dir='build', defs=cmake_args)
+ cmake.configure(source_dir='.', defs=cmake_args)
30
cmake.build(target='install')
31
32
def configure(self):
0 commit comments