Skip to content

Commit

Permalink
Transitive headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed Jul 8, 2023
1 parent d09efc8 commit 77b5e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/conan/alut/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ class AlutConan(ConanFile):
}
default_options = {"shared": False, "fPIC": True}
exports = ["CMakeLists.txt", "patches*"]
requires = (
"openal/1.22.2"
)
url = ""
license = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
package_type = "library"
user = "smartbody"

def requirements(self):
self.requires("openal/1.22.2", transitive_headers=True)

def generate(self):
tc = CMakeToolchain(self)
tc.variables['BUILD_EXAMPLES'] = False
Expand Down

0 comments on commit 77b5e11

Please sign in to comment.