mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
🐛 Fixed polyvox trying to build bindings
This commit is contained in:
parent
edd4332d1e
commit
ffd97d0d02
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class PolyvoxConan(ConanFile):
|
|||
tc = CMakeToolchain(self)
|
||||
tc.variables["ENABLE_EXAMPLES"] = "OFF"
|
||||
tc.variables["ENABLE_TESTS"] = "OFF"
|
||||
tc.variables["BUILD_BINDINGS"] = "OFF"
|
||||
tc.variables["ENABLE_BINDINGS"] = "OFF"
|
||||
tc.variables["BUILD_DOCS"] = "OFF"
|
||||
tc.variables["BUILD_MANUAL"] = "OFF"
|
||||
tc.generate()
|
||||
|
|
Loading…
Reference in a new issue