mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
🐛 Fixed nvidia-texture-tools build settings
This commit is contained in:
parent
b7dc2b7e3f
commit
39a1047015
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ class NTTConan(ConanFile):
|
|||
def generate(self):
|
||||
tc = CMakeToolchain(self)
|
||||
tc.variables["BUILD_TESTS"] = "OFF"
|
||||
tc.variables["BUILD_TOOLS"] = "OFF"
|
||||
tc.variables["USE_CUDA"] = "OFF"
|
||||
if self.settings.os == "Linux":
|
||||
tc.variables["CMAKE_CXX_FLAGS"] = "-march=msse3 -fPIC"
|
||||
tc.generate()
|
||||
|
||||
def build(self):
|
||||
|
|
Loading…
Reference in a new issue