mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-05-15 10:59:38 +00:00
commit
240366076f
@ -29,7 +29,7 @@ class BackwardCpp(ConanFile):
|
||||
generators = 'cmake'
|
||||
|
||||
def cmake_option(self, option, prefix = ''):
|
||||
return '-D{}{}={}'.format(prefix, option.upper(), self.options[option])
|
||||
return '-D{}{}={}'.format(prefix, option.upper(), getattr(self.options, option))
|
||||
|
||||
def build(self):
|
||||
cmake = CMake(self.settings)
|
||||
|
Loading…
x
Reference in New Issue
Block a user