mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
🔧 Removed unused bullet components
This commit is contained in:
parent
c6583150e6
commit
9e75c2d9fe
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ class Overte(ConanFile):
|
|||
settings = "os", "compiler", "build_type", "arch"
|
||||
generators = "CMakeToolchain", "CMakeDeps"
|
||||
default_options = {
|
||||
"bullet3*:extras": "True",
|
||||
"bullet3*:network_support": "True",
|
||||
"qt*:shared": "True",
|
||||
"qt*:gui": "True",
|
||||
"qt*:qtdeclarative": "True",
|
||||
|
|
Loading…
Reference in a new issue