Skip to content

Commit

Permalink
Add build_type to conanfile.py as a workaround to fix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
agauniyal committed Nov 24, 2018
1 parent f09d567 commit cabe04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class RangConan(ConanFile):
generators = "pkg_config"
build_requires = "doctest/1.2.6@bincrafters/stable"
exports_sources = "*"
settings = "build_type"

def build(self):
meson = Meson(self)
Expand Down

0 comments on commit cabe04d

Please sign in to comment.